- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_switchIndex (0.23 seconds)
-
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
assertEquals(2, suggester.getAllWordsNum()); assertEquals(2, suggester.getDocumentWordsNum()); assertEquals(0, suggester.getQueryWordsNum()); } @Test public void test_switchIndex() throws Exception { SuggestItem[] items = getItemSet1(); suggester.indexer().index(items); suggester.refresh();
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 37.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
/** * Integration test for complete index lifecycle with refactored methods. * Tests that createNextIndex and switchIndex work together correctly. * Note: Full lifecycle testing is covered by SuggesterTest.test_switchIndex() */ @Test public void testIndexLifecycle_withRefactoredMethods() throws Exception { final Suggester suggester = Suggester.builder().build(client, "lifecycle-test");Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 13.1K bytes - Click Count (0)