- Sort Score
- Result 10 results
- Languages All
Results 161 - 162 of 162 for isNotBlank (0.04 sec)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
* @return the thumbnail file or null if not found */ public File getThumbnailFile(final Map<String, Object> docMap) { final String thumbnailPath = getImageFilename(docMap); if (StringUtil.isNotBlank(thumbnailPath)) { final File file = new File(baseDir, thumbnailPath); if (file.isFile()) { return file; } } return null; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.9K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 34.2K bytes - Viewed (0)