- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testWithEmptyWord (0.05 sec)
-
src/test/java/org/codelibs/fess/suggest/entity/ElevateWordTest.java
assertEquals(word, suggestItem.getText()); assertArrayEquals(new String[] { "ニホンゴテスト" }, suggestItem.getReadings()[0]); } @Test public void testWithEmptyWord() { // Test with empty word string String word = ""; float boost = 1.0f; List<String> readings = Arrays.asList("reading1"); List<String> fields = Arrays.asList("field1");
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 16K bytes - Viewed (0)