Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

            suggester.indexer().index(item);
            suggester.refresh();
    
            assertEquals("Should have 1 word after indexing", 1, suggester.getAllWordsNum());
        }
    
        @Test
        public void test_createNextIndex_createsSecondIndex() throws Exception {
            Suggester suggester = createSuggester();
            suggester.createIndexIfNothing();
    
            // Wait a bit to ensure different timestamp in index name
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 13.4K bytes
    - Click Count (0)
Back to Top