Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testToSuggestItemWithSingleReading (0.33 seconds)

  1. src/test/java/org/codelibs/fess/suggest/entity/ElevateWordTest.java

            String[][] itemReadings = suggestItem.getReadings();
            assertNotNull(itemReadings);
            assertEquals(0, itemReadings.length);
        }
    
        @Test
        public void testToSuggestItemWithSingleReading() {
            // Test toSuggestItem with single reading
            String word = "single reading";
            float boost = 1.5f;
            List<String> readings = Arrays.asList("reading1");
    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