Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_deleteByInvalidQueryString (0.23 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerErrorHandlingTest.java

            assertNotNull(response);
            // Deleting non-existent ID should not cause error
            assertFalse(response.hasError());
        }
    
        @Test
        public void test_deleteByInvalidQueryString() throws Exception {
            try {
                suggester.indexer().deleteByQuery("invalid:[query");
                // Some invalid queries may still be accepted by OpenSearch
            } catch (Exception e) {
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
Back to Top