Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOpenSearchResultList (0.24 sec)

  1. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

                errorOccurred.set(true);
                latch.countDown();
            });
    
            // Set up test data service to return empty results
            ((TestDataService) dataService).setAccessResultList(new TestOpenSearchResultList());
    
            // Start indexer in separate thread
            indexUpdater.start();
    
            // Let it run briefly
            ThreadUtil.sleep(100);
    
            // Stop the indexer
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 33K bytes
    - Viewed (0)
Back to top