- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_parseSearchWordsWithExcludedWords (0.32 seconds)
-
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" };
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java
Shinsuke Sugaya <******@****.***> 1773455738 +0900
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 20.3K bytes - Click Count (0)