- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testParseQueryWithTooManyTerms (0.11 seconds)
-
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";
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 26.7K bytes - Click Count (0)