- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_indexBadWordItem (2.31 sec)
-
src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java
assertNotNull(indexer.setAnalyzer(null)); assertNotNull(indexer.setContentsParser(null)); assertNotNull(indexer.setSuggestWriter(null)); } @Test public void test_indexBadWordItem() throws Exception { suggester.indexer().addBadWord("bad", false); String[][] readings = new String[1][]; readings[0] = new String[] { "bad" };
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 28.4K bytes - Viewed (0)