Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDeleteByQuery (0.11 sec)

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

        public void testGetAsListWithInvalidType() {
            // Test with invalid type (should throw exception)
            SuggestUtil.getAsList(123);
        }
    
        @Test
        public void testDeleteByQuery() {
            // Create test data
            client.prepareIndex().setIndex(TEST_INDEX).setId("1").setSource("field", "value1").execute().actionGet();
    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