Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testWithEmptyWord (0.27 seconds)

  1. 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");
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 16K bytes
    - Click Count (0)
Back to Top