Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testGetIndicesForAlias_nonExistingAlias (0.13 seconds)

  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
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 13.1K bytes
    - Click Count (0)
Back to Top