- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for processing (0.05 sec)
-
StoredLtrQueryBuilder.java
printBoostAndQueryName(builder); L94: builder.endObject(); L95: } L96: L97: @Override L98: protected Query doToQuery(final QueryShardContext context) throws IOException { L99: throw new UnsupportedOperationException("Query processing is not supported."); L100: } L101: L102: @Override L103: protected boolean doEquals(final StoredLtrQueryBuilder other) { L104: return Objects.equals(modelName, other.modelName) && Objects.equals(featureSetName, other.featureSetName)...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes -
IndexUpdater.java
ad(); L212: systemHelper.waitForNoWaitingThreads(); L213: L214: intervalControlHelper.delayByRules(); L215: L216: if (logger.isDebugEnabled()) { L217: logger.debug("Processing documents in IndexUpdater queue."); L218: } L219: L220: updateTime = systemHelper.getCurrentTimeAsLong(); L221: L222: List<EsAccessResult> arList = getAccessResultList(cb, cleanupTime); L223:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 24.2K bytes -
ThumbnailManager.java
fessConfig, final ThumbnailQueue entity) { L239: final SystemHelper systemHelper = ComponentUtil.getSystemHelper(); L240: systemHelper.calibrateCpuLoad(); L241: L242: if (logger.isDebugEnabled()) { L243: logger.debug("Processing thumbnail: {}", entity); L244: } L245: final String generatorName = entity.getGenerator(); L246: try { L247: final File outputFile = new File(baseDir, entity.getPath()); L248: final File noImageFile = new...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 21.5K bytes