- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for related_content (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/bsbhv/BsRelatedContentBhv.java
return createOptionalEntity(doSelectByPK(id, tp), id); } @Override protected Class<? extends RelatedContent> typeOfSelectedEntity() { return RelatedContent.class; } @Override protected Class<RelatedContent> typeOfHandlingEntity() { return RelatedContent.class; } @Override protected Class<RelatedContentCB> typeOfHandlingConditionBean() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/RelatedContentDbm.java
{ setupEpg(_epgMap, et -> ((RelatedContent) et).getContent(), (et, vl) -> ((RelatedContent) et).setContent(DfTypeUtil.toString(vl)), "content"); setupEpg(_epgMap, et -> ((RelatedContent) et).getCreatedBy(), (et, vl) -> ((RelatedContent) et).setCreatedBy(DfTypeUtil.toString(vl)), "createdBy"); setupEpg(_epgMap, et -> ((RelatedContent) et).getCreatedTime(),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.8K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.path_mapping/path_mapping"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.related_content/related_content"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.related_query/related_query"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:20:52 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedcontent/AdminRelatedcontentAction.java
private static OptionalEntity<RelatedContent> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new RelatedContent()).map(entity -> { entity.setCreatedBy(username); entity.setCreatedTime(currentTime);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<p><la:message key="labels.menu_boost_document_rule" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-relatedcontent-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/relatedcontent/')}" class="nav-link <c:if test="${param.menuType=='relatedContent'}">active</c:if>"> <em class='fa fa-genderless nav-icon'> <p><la:message key="labels.menu_related_content" /></p>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/relatedcontent/admin_relatedcontent.jsp */ HtmlNext path_AdminRelatedcontent_AdminRelatedcontentJsp = new HtmlNext("/admin/relatedcontent/admin_relatedcontent.jsp"); /** The path of the HTML: /admin/relatedcontent/admin_relatedcontent_details.jsp */ HtmlNext path_AdminRelatedcontent_AdminRelatedcontentDetailsJsp =
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 26.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
online.help.name.log=log online.help.name.general=general online.help.name.role=role online.help.name.joblog=joblog online.help.name.keymatch=keymatch online.help.name.relatedquery=relatedquery online.help.name.relatedcontent=relatedcontent online.help.name.wizard=wizard online.help.name.badword=badword online.help.name.pathmap=pathmap online.help.name.boostdoc=boostdoc online.help.name.dataconfig=dataconfig
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/config/openapi/openapi-user.yaml
related_query: type: array items: type: string example: ["aaa"] related_contents: type: array items: type: string example: [] data: type: array
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu May 09 06:31:27 UTC 2024 - 21.6K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 18.7K bytes - Viewed (0)