- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toUri (0.01 sec)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
* @param file the file path * @return the extracted document ID */ protected String getDocId(final Path file) { final String s = file.toUri().toString(); final String b = basePath.toUri().toString(); final String id = s.replace(b, StringUtil.EMPTY).replace("." + imageExtention, StringUtil.EMPTY).replace("/", StringUtil.EMPTY); if (logger.isDebugEnabled()) {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.9K bytes - Viewed (0)