Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for crawl (0.23 sec)

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

        protected int crawlerPriority = Thread.NORM_PRIORITY;
    
        protected final List<DataCrawlingThread> dataCrawlingThreadList = Collections.synchronizedList(new ArrayList<>());
    
        public void crawl(final String sessionId) {
            final List<DataConfig> configList = ComponentUtil.getCrawlingConfigHelper().getAllDataConfigList();
    
            if (configList.isEmpty()) {
                // nothing
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/exec/Crawler.java

                    webFsCrawlerThread = new Thread((Runnable) () -> {
                        // crawl web
                        writeTimeToSessionInfo(crawlingInfoHelper, Constants.WEB_FS_CRAWLER_START_TIME);
                        webFsIndexHelper.crawl(options.sessionId, webConfigIdList, fileConfigIdList);
                        writeTimeToSessionInfo(crawlingInfoHelper, Constants.WEB_FS_CRAWLER_END_TIME);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 24.1K bytes
    - Viewed (2)
  3. src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java

            assertEquals(3, labelTypes.length);
        }
    
        public void test_escape() {
            // https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/admin_crawl/url_patterns.html#1076127
            assertEscapePattern("", "# Test");
            assertEscapePattern(".*\\Q!/\\E.*", "!/");
            assertEscapePattern("\\Qindex.html\\E", "index.html");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

            return jsonPath.get("response.id");
        }
    
        private static String createCrawlLabel() {
            Map<String, Object> labelBody = new HashMap<>();
            labelBody.put("name", CRAWL_LABEL);
            labelBody.put("value", CRAWL_LABEL);
            labelBody.put("included_paths", ".*");
            Response response = checkMethodBase(labelBody).put("/api/admin/labeltype/setting");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.6K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_de.properties

    labels.crawling_info_CrawlerExecTime=Crawler Ausführungsdauer
    labels.crawling_info_CrawlerStatus=Crawler-Status
    labels.crawling_info_WebFsCrawlExecTime=Crawl Ausführungsdauer (Web/Dateisystem)
    labels.crawling_info_WebFsCrawlStartTime=Crawl Startzeit (Web/Dateisystem)
    labels.crawling_info_WebFsCrawlEndTime=Crawl Endzeit (Web/Dateisystem)
    labels.crawling_info_WebFsIndexExecTime=Indizierung Ausführungsdauer (Web/Dateisystem)
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.crawling_info_WebFsCrawlExecTime=Crawl exec time (Web/File system)
    labels.crawling_info_WebFsCrawlStartTime=Crawl start time (Web/File system)
    labels.crawling_info_WebFsCrawlEndTime=Crawl end time (Web/File system)
    labels.crawling_info_WebFsIndexExecTime=Indexing exec time (Web/File system)
    labels.crawling_info_WebFsIndexSize=Index size (Web/File system)
    labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label.properties

    labels.crawling_info_WebFsCrawlExecTime=Crawl exec time (Web/File system)
    labels.crawling_info_WebFsCrawlStartTime=Crawl start time (Web/File system)
    labels.crawling_info_WebFsCrawlEndTime=Crawl end time (Web/File system)
    labels.crawling_info_WebFsIndexExecTime=Indexing exec time (Web/File system)
    labels.crawling_info_WebFsIndexSize=Index size (Web/File system)
    labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  8. src/main/resources/fess_label_en.properties

    labels.crawling_info_WebFsCrawlExecTime=Crawl exec time (Web/File system)
    labels.crawling_info_WebFsCrawlStartTime=Crawl start time (Web/File system)
    labels.crawling_info_WebFsCrawlEndTime=Crawl end time (Web/File system)
    labels.crawling_info_WebFsIndexExecTime=Indexing exec time (Web/File system)
    labels.crawling_info_WebFsIndexSize=Index size (Web/File system)
    labels.crawling_info_DataCrawlExecTime=Crawl exec time (Data store)
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_could_not_find_log_file = "{errors.could_not_find_log_file}";
    
        /** The key of the message: Failed to start a crawl process. */
        public static final String ERRORS_failed_to_start_crawl_process = "{errors.failed_to_start_crawl_process}";
    
        /** The key of the message: Invalid JSP file. */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

        protected int crawlerPriority = Thread.NORM_PRIORITY;
    
        protected final List<Crawler> crawlerList = Collections.synchronizedList(new ArrayList<>());
    
        public void crawl(final String sessionId, final List<String> webConfigIdList, final List<String> fileConfigIdList) {
            final boolean runAll = webConfigIdList == null && fileConfigIdList == null;
            final List<WebConfig> webConfigList;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.6K bytes
    - Viewed (0)
Back to top