- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCrawlingInfoId (0.06 sec)
-
src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java
public void storeInfo(List<CrawlingInfoParam> crawlingInfoParamList) { assertEquals(2, crawlingInfoParamList.size()); assertEquals("info-123", crawlingInfoParamList.get(0).getCrawlingInfoId()); } }, CrawlingInfoService.class.getCanonicalName()); // Add info to map crawlingInfoHelper.putToInfoMap("status", "completed");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 26.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
} /** * Gets the crawling information ID for this thread. * * @return the crawling info ID from the initialization parameters */ public String getCrawlingInfoId() { return initParamMap.getAsString(Constants.CRAWLING_INFO_ID); } /** * Checks if the crawling thread is currently running. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0)