Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMergeDifferentIds (0.21 sec)

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

            assertEquals(2.5f, item2.getUserBoost(), 0.001f); // Should keep the value
        }
    
        @Test(expected = IllegalArgumentException.class)
        public void testMergeDifferentIds() {
            // Test that merge throws exception for different IDs
            String[] text1 = { "item1" };
            String[][] readings1 = { { "read1" } };
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 16.7K bytes
    - Viewed (0)
Back to top