Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_concurrentSearcherRegistration (0.16 seconds)

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

        /**
         * Test concurrent registration of searchers from multiple threads.
         * Verifies that CopyOnWriteArrayList handles concurrent modifications safely.
         */
        @Test
        public void test_concurrentSearcherRegistration() throws Exception {
            final int numThreads = 10;
            final int searchersPerThread = 5;
            final CountDownLatch startLatch = new CountDownLatch(1);
    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