- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setSessionIdList (0.2 sec)
-
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
} } // Test run method basic flow public void test_run_basicFlow() throws Exception { final List<String> sessionIdList = Arrays.asList("session1"); indexUpdater.setSessionIdList(sessionIdList); final CountDownLatch latch = new CountDownLatch(1); final AtomicBoolean errorOccurred = new AtomicBoolean(false); indexUpdater.setUncaughtExceptionHandler((t, e) -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
return sessionIdList; } /** * Sets the list of crawler session IDs to process. * * @param sessionIdList the list of session IDs to set */ public void setSessionIdList(final List<String> sessionIdList) { this.sessionIdList = sessionIdList; } /** * Sets the flag indicating whether crawling should be finished. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0)