Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getAllWordsNum_onEmptyIndex (0.11 seconds)

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

            // The index name should be {id}.suggest
            assertEquals("Should return correct index name", getIndexName(), suggester.getIndex());
        }
    
        @Test
        public void test_getAllWordsNum_onEmptyIndex() throws Exception {
            Suggester suggester = createSuggester();
            suggester.createIndexIfNothing();
    
            assertEquals("Empty index should have 0 words", 0, suggester.getAllWordsNum());
        }
    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