- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_searchWhileRegisteringSearchers (0.22 seconds)
-
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorConcurrencyTest.java
/** * Test that search operations can be performed while searchers are being registered. * Verifies CopyOnWriteArrayList's snapshot iteration behavior. */ @Test public void test_searchWhileRegisteringSearchers() throws Exception { final CountDownLatch startLatch = new CountDownLatch(1); final AtomicInteger searchCount = new AtomicInteger(0); final AtomicInteger registerCount = new AtomicInteger(0);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 13.5K bytes - Click Count (0)