Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CrawlerStatus (0.04 sec)

  1. src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

    import org.codelibs.core.lang.ThreadUtil;
    import org.codelibs.fess.Constants;
    import org.codelibs.fess.crawler.Crawler;
    import org.codelibs.fess.crawler.CrawlerContext;
    import org.codelibs.fess.crawler.CrawlerStatus;
    import org.codelibs.fess.crawler.interval.FessIntervalController;
    import org.codelibs.fess.crawler.service.impl.OpenSearchDataService;
    import org.codelibs.fess.crawler.service.impl.OpenSearchUrlFilterService;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        // Crawler Info Map Keys
        // ============================================================
    
        /** Info map key for crawler status information. */
        public static final String CRAWLER_STATUS = "CrawlerStatus";
    
        /** Info map key for crawler error information. */
        public static final String CRAWLER_ERRORS = "CrawlerErrors";
    
        /** Info map key for crawler start time. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.crawling_info_CrawlerStartTime=Starttijd crawler
    labels.crawling_info_CrawlerEndTime=Eindtijd crawler
    labels.crawling_info_CrawlerExecTime=Uitvoeringstijd crawler
    labels.crawling_info_CrawlerStatus=Crawlerstatus
    labels.crawling_info_WebFsCrawlExecTime=Crawltijd (Web/Bestand)
    labels.crawling_info_WebFsCrawlStartTime=Starttijd crawl (Web/Bestand)
    labels.crawling_info_WebFsCrawlEndTime=Eindtijd crawl (Web/Bestand)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
Back to top