- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for RelatedQuery (0.07 sec)
-
fess_config.properties
L780:online.help.name.searchlist=searchlist L781:online.help.name.log=log L782:online.help.name.general=general L783:online.help.name.role=role L784:online.help.name.joblog=joblog L785:online.help.name.keymatch=keymatch L786:online.help.name.relatedquery=relatedquery L787:online.help.name.relatedcontent=relatedcontent L788:online.help.name.wizard=wizard L789:online.help.name.badword=badword L790:online.help.name.pathmap=pathmap L791:online.help.name.boostdoc=boostdoc L792:online.help.name.dataconfig=dataconfig...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
SystemHelper.java
() -> Integer.toString(ComponentUtil.getPathMappingHelper().load())); L178: updateConfigListenerMap.put("RelatedContent", () -> Integer.toString(ComponentUtil.getRelatedContentHelper().load())); L179: updateConfigListenerMap.put("RelatedQuery", () -> Integer.toString(ComponentUtil.getRelatedQueryHelper().load())); L180: updateConfigListenerMap.put("KeyMatch", () -> Integer.toString(ComponentUtil.getKeyMatchHelper().load())); L181: } L182: L183: protected void parseProjectProperties(final...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
FessConfig.java
g"; L1505: L1506: /** The key of the configuration. e.g. keymatch */ L1507: String ONLINE_HELP_NAME_KEYMATCH = "online.help.name.keymatch"; L1508: L1509: /** The key of the configuration. e.g. relatedquery */ L1510: String ONLINE_HELP_NAME_RELATEDQUERY = "online.help.name.relatedquery"; L1511: L1512: /** The key of the configuration. e.g. relatedcontent */ L1513: String ONLINE_HELP_NAME_RELATEDCONTENT = "online.help.name.relatedcontent"; L1514: L1515: /** The key of the configuration....github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes