- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getSessionIdList (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
* * @param searchEngineClient the search engine client to perform the query * @return a list of maps containing session IDs and their document counts */ public List<Map<String, String>> getSessionIdList(final SearchEngineClient searchEngineClient) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); return searchEngineClient.search(fessConfig.getIndexDocumentSearchIndex(), queryRequestBuilder -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 15.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 32.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
// Test sessionIdList final List<String> sessionIdList = Arrays.asList("session1", "session2"); indexUpdater.setSessionIdList(sessionIdList); assertEquals(sessionIdList, indexUpdater.getSessionIdList()); // Test finishCrawling indexUpdater.setFinishCrawling(true); // finishCrawling should be set when max empty list count is exceededCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0)