Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java

            assertNotNull(singleKeyword);
            assertEquals(1, singleKeyword.length);
            assertEquals("single", singleKeyword[0]);
        }
    
        @Test
        public void testParseQueryWithTooManyTerms() {
            // Test query with more than MAX_QUERY_TERM_NUM (5) terms
            String query = "one two three four five six seven";
            String field = "content";
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top