Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_FilePurgeVisitor_getDocId (0.42 sec)

  1. src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java

                }
            };
    
            long result = testManager.purge(1L);
            assertTrue(result >= 0);
        }
    
        // Test FilePurgeVisitor getDocId
        public void test_FilePurgeVisitor_getDocId() throws IOException {
            // Test the getDocId logic without creating actual FilePurgeVisitor
            // The logic converts path to doc ID by removing path separators
            String pathStr = "_1/_2/docid123";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 18.7K bytes
    - Viewed (0)
Back to top