Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_deleteOldDocuments (0.12 sec)

  1. src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java

            assertEquals(0, docList.size());
            assertEquals(2, sentDocList.size());
            assertEquals("fess.update", sentIndex.get());
        }
    
        public void test_deleteOldDocuments() {
            documentSizeByQuery = 0L;
            final List<String> deletedDocIdList = new ArrayList<>();
            final List<Map<String, Object>> oldDocList = new ArrayList<>();
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Jul 24 08:54:24 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top