Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_reindexConfigIndices_deletesOldBeforeRecreate (0.21 seconds)

  1. src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java

                assertFalse(pair[1].contains(".rebuild."), "Reindex target should not contain .rebuild.: " + pair[1]);
            }
        }
    
        @Test
        public void test_reindexConfigIndices_deletesOldBeforeRecreate() {
            testClient.existsIndexResult = true;
            testClient.createIndexResult = true;
            testClient.deleteIndexResult = true;
            testClient.reindexResult = true;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 28.6K bytes
    - Click Count (0)
Back to Top