Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testSuggestWords_withNum (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/it/search/SuggestWordsApiTests.java

                    .get("/api/v1/suggest-words")
                    .then()
                    .statusCode(200)
                    .body("record_count", greaterThanOrEqualTo(0));
        }
    
        @Test
        public void testSuggestWords_withNum() {
            Map<String, String> params = new HashMap<>();
            params.put("q", "a");
            params.put("num", "5");
    
            String response = given().contentType("application/json")
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 5.7K bytes
    - Click Count (0)
Back to Top