- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for _1_2docid123 (0.07 sec)
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
// Test the getDocId logic without creating actual FilePurgeVisitor // The logic converts path to doc ID by removing path separators String pathStr = "_1/_2/docid123"; String expectedDocId = "_1_2docid123"; String actualDocId = pathStr.replace("/", "").replace("\\", ""); assertEquals(expectedDocId, actualDocId); } // Test FilePurgeVisitor visitFileFailed
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0)