- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getQueryWordsNum_onEmptyIndex (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/SuggesterIndexLifecycleTest.java
suggester.createIndexIfNothing(); assertEquals("Empty index should have 0 document words", 0, suggester.getDocumentWordsNum()); } @Test public void test_getQueryWordsNum_onEmptyIndex() throws Exception { Suggester suggester = createSuggester(); suggester.createIndexIfNothing(); assertEquals("Empty index should have 0 query words", 0, suggester.getQueryWordsNum());
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)