- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_deleteAllOnEmptyIndex (0.09 seconds)
-
src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerErrorHandlingTest.java
// Expected - invalid query syntax assertTrue(e instanceof SuggestIndexException || e.getCause() != null); } } @Test public void test_deleteAllOnEmptyIndex() throws Exception { SuggestDeleteResponse response = suggester.indexer().deleteAll(); assertNotNull(response); assertFalse(response.hasError()); } @TestCreated: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 18.7K bytes - Click Count (0)