Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testIndexLifecycle_withRefactoredMethods (2.77 sec)

  1. src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java

         * Tests that createNextIndex and switchIndex work together correctly.
         * Note: Full lifecycle testing is covered by SuggesterTest.test_switchIndex()
         */
        @Test
        public void testIndexLifecycle_withRefactoredMethods() throws Exception {
            final Suggester suggester = Suggester.builder().build(client, "lifecycle-test");
            suggester.createIndexIfNothing();
            Thread.sleep(100);
    
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 13.4K bytes
    - Viewed (0)
Back to top