- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_parseSearchWords (0.11 seconds)
-
src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserTest.java
String[] nullValues = defaultContentsParser.getFieldValues(document, "non_existent"); assertEquals(0, nullValues.length); } @Test public void test_parseSearchWords() throws Exception { String[] words = new String[] { "検索", "エンジン" }; String[][] readings = new String[][] { new String[] { "kensaku" }, new String[] { "enjin" } };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)