- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_parseSearchWordsWithExcludedWords (0.5 sec)
-
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserTest.java
assertEquals("検索 エンジン", item.getText()); assertEquals(SuggestItem.Kind.QUERY, item.getKinds()[0]); assertEquals(10, item.getQueryFreq()); } @Test public void test_parseSearchWordsWithExcludedWords() throws Exception { String[] words = new String[] { " ", "エンジン" }; // First word is whitespace only String[] fields = new String[] { "content" };
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 12.2K bytes - Viewed (0)