Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testToSuggestItemWithNullTagsAndRoles (0.15 sec)

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

            assertNotNull(itemReadings);
            assertEquals(1, itemReadings.length);
            assertArrayEquals(new String[] { "reading1" }, itemReadings[0]);
        }
    
        @Test
        public void testToSuggestItemWithNullTagsAndRoles() {
            // Test toSuggestItem when tags and roles are null (converted to empty lists)
            String word = "null tags and roles";
            float boost = 1.0f;
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top