Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_indexMixedBadWordItems (0.2 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerErrorHandlingTest.java

            assertEquals(1, response.getNumberOfInputDocs());
            // Item should be filtered but still counted
            assertFalse(response.hasError());
        }
    
        @Test
        public void test_indexMixedBadWordItems() throws Exception {
            suggester.indexer().addBadWord("bad", false);
    
            SuggestItem[] items = new SuggestItem[3];
    
            // Good item
            String[][] readings1 = new String[1][];
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
Back to Top