- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setActiveThreadCount (0.09 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerThreadTest.java
} /** * Test finishCrawling decrements active thread count. */ public void test_finishCrawling() throws Exception { crawlerContext.setActiveThreadCount(1); // Use reflection to access protected method final java.lang.reflect.Method method = CrawlerThread.class.getDeclaredMethod("finishCrawling"); method.setAccessible(true);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 18.3K bytes - Viewed (0)