- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for key_match (0.13 sec)
-
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())); } protected void parseProjectProperties(final Path propPath) { try (final InputStream in = Files.newInputStream(propPath)) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 17 12:10:08 UTC 2024 - 27.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. joblog */ String ONLINE_HELP_NAME_JOBLOG = "online.help.name.joblog"; /** The key of the configuration. e.g. keymatch */ String ONLINE_HELP_NAME_KEYMATCH = "online.help.name.keymatch"; /** The key of the configuration. e.g. relatedquery */ String ONLINE_HELP_NAME_RELATEDQUERY = "online.help.name.relatedquery";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)