- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 38 for related_content (0.08 seconds)
-
src/main/resources/fess_indices/fess_config.related_content/related_content.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 470 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.related_content.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 173 bytes - Click Count (0) -
src/main/config/es/fess_config_related_content.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/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() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/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(),Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedContentCB.java
@Override public RelatedContentDbm asDBMeta() { return RelatedContentDbm.getInstance(); } @Override public String asTableDbName() { return "related_content"; } @Override public boolean hasSpecifiedColumn() { return _specification != null; } @Override public ConditionQuery localCQ() { return doGetConditionQuery();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedContent.java
@Override public RelatedContentDbm asDBMeta() { return RelatedContentDbm.getInstance(); } @Override public String asTableDbName() { return "related_content"; } // =================================================================================== // SourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (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">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRelatedContentCQ.java
// ============= @Override public String asTableDbName() { return "related_content"; } @Override public String xgetAliasName() { return "related_content"; } // ===================================================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 63.8K bytes - Click Count (1) -
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:{Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 6.3K bytes - Click Count (0)