- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for writeTimeToSessionInfo (1.45 sec)
-
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); }, WEB_FS_CRAWLING_PROCESS);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
} }; crawler.writeTimeToSessionInfo(helper, "test-key"); assertTrue(capturedInfo.containsKey("test-key")); assertNotNull(capturedInfo.get("test-key")); } public void test_writeTimeToSessionInfo_withNullHelper() { // Should not throw exception try { crawler.writeTimeToSessionInfo(null, "test-key"); } catch (Exception e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0)