- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for ThumbnailQueueBhv (0.16 sec)
-
src/main/java/org/codelibs/fess/es/config/exbhv/ThumbnailQueueBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.es.config.bsbhv.BsThumbnailQueueBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class ThumbnailQueueBhv extends BsThumbnailQueueBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
taskList.clear(); if (logger.isDebugEnabled()) { logger.debug("Storing {} thumbnail tasks.", list.size()); } final ThumbnailQueueBhv thumbnailQueueBhv = ComponentUtil.getComponent(ThumbnailQueueBhv.class); thumbnailQueueBhv.batchInsert(list); } public int generate(final ExecutorService executorService, final boolean cleanup) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 21.5K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
<component name="roleTypeBhv" class="org.codelibs.fess.es.config.exbhv.RoleTypeBhv"/> <component name="scheduledJobBhv" class="org.codelibs.fess.es.config.exbhv.ScheduledJobBhv"/> <component name="thumbnailQueueBhv" class="org.codelibs.fess.es.config.exbhv.ThumbnailQueueBhv"/> <component name="webAuthenticationBhv" class="org.codelibs.fess.es.config.exbhv.WebAuthenticationBhv"/> <component name="webConfigBhv" class="org.codelibs.fess.es.config.exbhv.WebConfigBhv"/>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Nov 28 12:59:14 UTC 2018 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/ThumbnailQueueDbm.java
return "org.codelibs.fess.es.config.cbean.ThumbnailQueueCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.ThumbnailQueueBhv"; } // =================================================================================== // Object Type
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0)