- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SuggesterRefactoringTest (0.32 seconds)
-
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
* * Tests cover: * - Index alias helper method (getIndicesForAlias) * - Edge cases for switchIndex with EXPECTED_INDEX_COUNT * - Index lifecycle with refactored methods */ public class SuggesterRefactoringTest { static OpenSearchRunner runner; static Client client; @BeforeClass public static void beforeClass() throws Exception { runner = new OpenSearchRunner();
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) -
CLAUDE.md
- Clean only test-specific indices (not `_all` unless needed) - Use `runner.refresh()` after index operations - Test with realistic multilingual content ### Key Test Classes - `SuggesterRefactoringTest` - Index lifecycle, alias management - `SuggesterTest` - Core functionality - `SuggestIndexerTest` - Indexing operations - `DefaultContentsParserTest` - Text processing pipeline ---
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Mar 12 03:39:53 GMT 2026 - 8.1K bytes - Click Count (0)