- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for getKeyMatchHelper (0.42 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
} final TimeoutTask timeoutTask = createTimeoutTask(); try { executeCrawler(); ComponentUtil.getKeyMatchHelper().update(); } catch (final JobProcessingException e) { throw e; } catch (final Exception e) { throw new JobProcessingException("Failed to execute a crawl job.", e);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
updateConfigListenerMap.put("RelatedQuery", () -> Integer.toString(ComponentUtil.getRelatedQueryHelper().load())); updateConfigListenerMap.put("KeyMatch", () -> Integer.toString(ComponentUtil.getKeyMatchHelper().load())); } /** * Parses project properties from the given path. * * @param propPath The path to the project properties file.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/QueryHelper.java
list.add(new FilterFunctionBuilder( ScoreFunctionBuilders.fieldValueFactorFunction(ComponentUtil.getFessConfig().getIndexFieldBoost()))); ComponentUtil.getKeyMatchHelper().buildQuery(queryContext.getDefaultKeyword(), list); list.addAll(boostFunctionList); }); } /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(INDEX_UPDATER); } /** * Gets the key match helper component. * @return The key match helper. */ public static KeyMatchHelper getKeyMatchHelper() { return getComponent(KEY_MATCH_HELPER); } /** * Gets the indexing helper component. * @return The indexing helper. */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)