Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for zzzzxxxxyyyywwww_nomatch_query (0.42 seconds)

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

            assertEquals(200, response.getStatusCode());
        }
    
        @Test
        public void testScrollSearch_noMatch() {
            Map<String, String> params = new HashMap<>();
            params.put("q", "zzzzxxxxyyyywwww_nomatch_query");
    
            Response response = given().contentType("application/x-ndjson").params(params).when().get("/api/v1/documents/all");
    
            assertEquals(200, response.getStatusCode());
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 20 03:03:44 GMT 2025
    - 7.5K bytes
    - Click Count (0)
Back to Top