Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for test_getDocumentWordsNum_onEmptyIndex (0.24 seconds)

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

            suggester.createIndexIfNothing();
    
            assertEquals("Empty index should have 0 words", 0, suggester.getAllWordsNum());
        }
    
        @Test
        public void test_getDocumentWordsNum_onEmptyIndex() throws Exception {
            Suggester suggester = createSuggester();
            suggester.createIndexIfNothing();
    
    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)
  2. src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java

    Shinsuke Sugaya <******@****.***> 1768400947 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 16.3K bytes
    - Click Count (0)
Back to Top