- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for thumbnail_ (0.07 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java
public void setThumbnailId_Equal(String thumbnailId) { setThumbnailId_Term(thumbnailId, null); } public void setThumbnailId_Equal(String thumbnailId, ConditionOptionCall<TermQueryBuilder> opLambda) { setThumbnailId_Term(thumbnailId, opLambda); } public void setThumbnailId_Term(String thumbnailId) { setThumbnailId_Term(thumbnailId, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 51.1K bytes - Viewed (0) -
docs/bucket/notifications/README.md
``` ### Step 3: Test with Thumbnailer We used [Thumbnailer](https://github.com/minio/thumbnailer) to listen for MinIO notifications when a new JPEG file is uploaded (HTTP PUT). Triggered by a notification, Thumbnailer uploads a thumbnail of new image to MinIO server. To start with, download and install Thumbnailer. ``` git clone https://github.com/minio/thumbnailer/ npm install ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0) -
pom.xml
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0)