Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toUri (0.01 sec)

  1. 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)
Back to top