Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 273 for crawled (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/helper/PluginHelperTest.java

            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-lasta"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-parent"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-playwright"));
            assertTrue(pluginHelper.isExcludedName(ArtifactType.CRAWLER, "fess-crawler-webdriver"));
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java

            helper.setCrawlerWaitMillis(50);
    
            // Test when crawler is running
            assertTrue(helper.isCrawlerRunning());
            long start = System.currentTimeMillis();
            helper.checkCrawlerStatus();
            long end = System.currentTimeMillis();
            assertTrue(end - start < 100); // Should return quickly
    
            // Test when crawler is not running
            helper.setCrawlerRunning(false);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/exentity/DataConfig.java

    import org.codelibs.fess.Constants;
    import org.codelibs.fess.crawler.client.CrawlerClientFactory;
    import org.codelibs.fess.crawler.client.ftp.FtpAuthentication;
    import org.codelibs.fess.crawler.client.ftp.FtpClient;
    import org.codelibs.fess.crawler.client.http.HcHttpClient;
    import org.codelibs.fess.crawler.client.http.config.CredentialsConfig;
    import org.codelibs.fess.crawler.client.http.config.CredentialsConfig.CredentialsType;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 17.7K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/Constants.java

        public static final String CRAWLER_START_TIME = "CrawlerStartTime";
    
        /** Info map key for crawler end time. */
        public static final String CRAWLER_END_TIME = "CrawlerEndTime";
    
        /** Info map key for crawler execution time. */
        public static final String CRAWLER_EXEC_TIME = "CrawlerExecTime";
    
        /** Info map key for web/file system crawler start time. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 35.8K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/exentity/ScheduledJob.java

        public void setVersionNo(final Long version) {
            asDocMeta().version(version);
        }
    
        @Override
        public String toString() {
            return "ScheduledJob [available=" + available + ", crawler=" + crawler + ", createdBy=" + createdBy + ", createdTime=" + createdTime
                    + ", cronExpression=" + cronExpression + ", jobLogging=" + jobLogging + ", name=" + name + ", scriptData=" + scriptData
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/exentity/WebAuthentication.java

    import org.codelibs.fess.crawler.client.http.config.CredentialsConfig;
    import org.codelibs.fess.crawler.client.http.config.CredentialsConfig.CredentialsType;
    import org.codelibs.fess.crawler.client.http.config.WebAuthenticationConfig;
    import org.codelibs.fess.crawler.client.http.config.WebAuthenticationConfig.AuthSchemeType;
    import org.codelibs.fess.crawler.exception.CrawlerSystemException;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 5.7K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceActionTest.java

            assertTrue(action.isLogFilename("crawler.log"));
            assertTrue(action.isLogFilename("audit.log"));
        }
    
        @Test
        public void test_isLogFilename_logGzExtension() {
            final AdminMaintenanceAction action = new AdminMaintenanceAction();
            assertTrue(action.isLogFilename("fess.log.gz"));
            assertTrue(action.isLogFilename("crawler.log.gz"));
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 5.3K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/app/web/admin/log/AdminLogActionTest.java

            assertTrue(AdminLogAction.isLogFilename("crawler.log"));
            assertTrue(AdminLogAction.isLogFilename("audit.log"));
            assertTrue(AdminLogAction.isLogFilename("application-2024-01-01.log"));
        }
    
        @Test
        public void test_isLogFilename_withLogGzExtension() {
            assertTrue(AdminLogAction.isLogFilename("fess.log.gz"));
            assertTrue(AdminLogAction.isLogFilename("crawler.log.gz"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.5K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java

                    case "crawler.hotthread.interval":
                        return "500ms";
                    case "crawler.hotthread.snapshots":
                        return "10";
                    case "crawler.hotthread.threads":
                        return "3";
                    case "crawler.hotthread.timeout":
                        return "30s";
                    case "crawler.hotthread.type":
                        return "cpu";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 24.6K bytes
    - Click Count (0)
  10. docs/es/README.md

    * [LastaFlute](https://github.com/lastaflute/lastaflute "LastaFlute"): Framework Web
    * [Lasta Job](https://github.com/lastaflute/lasta-job "Lasta Job"): Programador de Tareas
    * [Fess Crawler](https://github.com/codelibs/fess-crawler "Fess Crawler"): Rastreador Web
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 7.8K bytes
    - Click Count (0)
Back to Top