- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isBadWord_substringMatch (0.46 seconds)
-
src/test/java/org/codelibs/fess/suggest/entity/SuggestItemBoundaryTest.java
assertFalse(item.isBadWord(new String[0])); } @Test public void test_isBadWord_substringMatch() { String[] text = { "testing" }; String[][] readings = { { "testing" } }; SuggestItem item = new SuggestItem(text, readings, null, 0L, 0L, 1.0f, null, null, null, SuggestItem.Kind.QUERY);Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Jan 17 05:10:37 GMT 2026 - 22.2K bytes - Click Count (0)