Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_multipleConcurrentSearches (0.13 seconds)

  1. src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorConcurrencyTest.java

            }
        }
    
        /**
         * Test multiple concurrent search operations.
         * Verifies that parallel searches don't interfere with each other.
         */
        @Test
        public void test_multipleConcurrentSearches() throws Exception {
            final int numSearchThreads = 5;
            final CountDownLatch startLatch = new CountDownLatch(1);
            final CountDownLatch endLatch = new CountDownLatch(numSearchThreads);
    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)
Back to Top