Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetIndicesForAlias_nonExistingAlias (2.24 sec)

  1. src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java

         * Verifies that the method returns an empty list for non-existing alias.
         */
        @Test
        @SuppressWarnings("unchecked")
        public void testGetIndicesForAlias_nonExistingAlias() throws Exception {
            final Suggester suggester = Suggester.builder().build(client, "test");
    
            // Use reflection to access private method
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Nov 24 03:40:05 UTC 2025
    - 13.4K bytes
    - Viewed (0)
Back to top