- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 37 for relatedContent (0.07 sec)
-
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
verifyPathPattern("AdminLabeltype", "/admin/labeltype/"); verifyPathPattern("AdminPathmap", "/admin/pathmap/"); verifyPathPattern("AdminRelatedcontent", "/admin/relatedcontent/"); verifyPathPattern("AdminRelatedquery", "/admin/relatedquery/"); verifyPathPattern("AdminReqheader", "/admin/reqheader/"); verifyPathPattern("AdminRole", "/admin/role/");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction; import org.codelibs.fess.app.web.admin.plugin.AdminPluginAction; import org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction; import org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction; import org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Online help key for keymatch. online.help.name.keymatch=keymatch # Online help key for related query. online.help.name.relatedquery=relatedquery # Online help key for related content. online.help.name.relatedcontent=relatedcontent # Online help key for wizard. online.help.name.wizard=wizard # Online help key for bad word. online.help.name.badword=badword # Online help key for path mapping. online.help.name.pathmap=pathmap
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
updateConfigListenerMap.put("PathMapping", () -> Integer.toString(ComponentUtil.getPathMappingHelper().load())); updateConfigListenerMap.put("RelatedContent", () -> Integer.toString(ComponentUtil.getRelatedContentHelper().load())); updateConfigListenerMap.put("RelatedQuery", () -> Integer.toString(ComponentUtil.getRelatedQueryHelper().load()));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. relatedquery */ String ONLINE_HELP_NAME_RELATEDQUERY = "online.help.name.relatedquery"; /** The key of the configuration. e.g. relatedcontent */ String ONLINE_HELP_NAME_RELATEDCONTENT = "online.help.name.relatedcontent"; /** The key of the configuration. e.g. wizard */ String ONLINE_HELP_NAME_WIZARD = "online.help.name.wizard";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
src/main/resources/fess_indices/fess_config.related_content/related_content.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 470 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.related_content.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0) -
src/main/config/es/fess_config_related_content.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
createPagingQuery(form); final String[] relatedContents = relatedContentHelper.getRelatedContents(form.getQuery()); RenderDataUtil.register(data, "relatedContents", relatedContents); final String[] relatedQueries = relatedQueryHelper.getRelatedQueries(form.getQuery()); if (relatedQueries.length > 0) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
dbflute_fess/dfprop/esfluteMap.dfprop
} ; fess_config.path_mapping = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.related_content = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.related_query = map:{
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 6.3K bytes - Viewed (0)