Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 513 for web1 (0.01 sec)

  1. src/test/java/org/codelibs/fess/job/CrawlJobTest.java

            }, "keyMatchHelper");
    
            crawlJob.webConfigIds(new String[] { "web1", "web2" });
            crawlJob.fileConfigIds(new String[] { "file1" });
            crawlJob.dataConfigIds(new String[] { "data1", "data2", "data3" });
    
            String result = crawlJob.execute();
    
            assertNotNull(result);
            assertTrue(result.contains("Web  Config Id: web1 web2"));
            assertTrue(result.contains("File Config Id: file1"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 25K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/exec/CrawlerTest.java

            options.webConfigIds = "web1";
            options.dataConfigIds = "data1";
    
            int result = crawler.doCrawl(options);
            assertEquals(Constants.EXIT_OK, result);
    
            // Verify both crawlers ran
            assertEquals(4, executionOrder.size());
            assertTrue(executionOrder.contains("web-start"));
            assertTrue(executionOrder.contains("web-end"));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 30.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_en.properties

    labels.crawling_info_CrawlerStatus=Crawler Status
    labels.crawling_info_WebFsCrawlExecTime=Crawl Execution Time (Web/File)
    labels.crawling_info_WebFsCrawlStartTime=Crawl Start Time (Web/File)
    labels.crawling_info_WebFsCrawlEndTime=Crawl End Time (Web/File)
    labels.crawling_info_WebFsIndexExecTime=Indexing Execution Time (Web/File)
    labels.crawling_info_WebFsIndexSize=Index Size (Web/File)
    labels.crawling_info_DataCrawlExecTime=Crawl Execution Time (Data Store)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_TW.properties

    labels.crawling_info_CrawlerExecTime=爬蟲執行時間
    labels.crawling_info_CrawlerStatus=爬蟲狀態
    labels.crawling_info_WebFsCrawlExecTime=爬網執行時間 (Web/檔案)
    labels.crawling_info_WebFsCrawlStartTime=爬網開始時間 (Web/檔案)
    labels.crawling_info_WebFsCrawlEndTime=爬網結束時間 (Web/檔案)
    labels.crawling_info_WebFsIndexExecTime=索引執行時間 (Web/檔案)
    labels.crawling_info_WebFsIndexSize=索引大小 (Web/檔案)
    labels.crawling_info_DataCrawlExecTime=爬網執行時間 (資料儲存)
    labels.crawling_info_DataCrawlStartTime=爬網開始時間 (資料儲存)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.crawling_info_WebFsCrawlExecTime=Crawl-Ausführungszeit (Web/Datei)
    labels.crawling_info_WebFsCrawlStartTime=Crawl-Startzeit (Web/Datei)
    labels.crawling_info_WebFsCrawlEndTime=Crawl-Endzeit (Web/Datei)
    labels.crawling_info_WebFsIndexExecTime=Indizierungs-Ausführungszeit (Web/Datei)
    labels.crawling_info_WebFsIndexSize=Indexgröße (Web/Datei)
    labels.crawling_info_DataCrawlExecTime=Crawl-Ausführungszeit (Datenspeicher)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_pl.properties

    labels.crawling_info_WebFsCrawlExecTime=Czas wykonania indeksowania (Web/Plik)
    labels.crawling_info_WebFsCrawlStartTime=Czas rozpoczęcia indeksowania (Web/Plik)
    labels.crawling_info_WebFsCrawlEndTime=Czas zakończenia indeksowania (Web/Plik)
    labels.crawling_info_WebFsIndexExecTime=Czas wykonania indeksowania (Web/Plik)
    labels.crawling_info_WebFsIndexSize=Rozmiar indeksu (Web/Plik)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_es.properties

    labels.crawling_info_WebFsCrawlExecTime=Tiempo de ejecución del rastreo (Web/Archivo)
    labels.crawling_info_WebFsCrawlStartTime=Hora de inicio del rastreo (Web/Archivo)
    labels.crawling_info_WebFsCrawlEndTime=Hora de finalización del rastreo (Web/Archivo)
    labels.crawling_info_WebFsIndexExecTime=Tiempo de ejecución de indexación (Web/Archivo)
    labels.crawling_info_WebFsIndexSize=Tamaño del índice (Web/Archivo)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_it.properties

    labels.crawling_info_WebFsCrawlExecTime=Tempo di esecuzione scansione (Web/File)
    labels.crawling_info_WebFsCrawlStartTime=Ora di inizio scansione (Web/File)
    labels.crawling_info_WebFsCrawlEndTime=Ora di fine scansione (Web/File)
    labels.crawling_info_WebFsIndexExecTime=Tempo di esecuzione indicizzazione (Web/File)
    labels.crawling_info_WebFsIndexSize=Dimensione indice (Web/File)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label.properties

    labels.crawling_info_CrawlerStatus=Crawler Status
    labels.crawling_info_WebFsCrawlExecTime=Crawl Execution Time (Web/File)
    labels.crawling_info_WebFsCrawlStartTime=Crawl Start Time (Web/File)
    labels.crawling_info_WebFsCrawlEndTime=Crawl End Time (Web/File)
    labels.crawling_info_WebFsIndexExecTime=Indexing Execution Time (Web/File)
    labels.crawling_info_WebFsIndexSize=Index Size (Web/File)
    labels.crawling_info_DataCrawlExecTime=Crawl Execution Time (Data Store)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_zh_CN.properties

    labels.crawling_info_CrawlerExecTime=爬虫执行时间
    labels.crawling_info_CrawlerStatus=爬虫状态
    labels.crawling_info_WebFsCrawlExecTime=爬网执行时间 (Web/文件)
    labels.crawling_info_WebFsCrawlStartTime=爬网开始时间 (Web/文件)
    labels.crawling_info_WebFsCrawlEndTime=爬网结束时间 (Web/文件)
    labels.crawling_info_WebFsIndexExecTime=索引执行时间 (Web/文件)
    labels.crawling_info_WebFsIndexSize=索引大小 (Web/文件)
    labels.crawling_info_DataCrawlExecTime=爬网执行时间 (数据存储)
    labels.crawling_info_DataCrawlStartTime=爬网开始时间 (数据存储)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
Back to top