- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for boost_document_rule (0.14 sec)
-
src/main/resources/fess_indices/fess_config.boost_document_rule/boost_document_rule.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 417 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.boost_document_rule.json
Shinsuke Sugaya <******@****.***> 1638450896 +0900
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/BoostDocumentRuleDbm.java
{ setupEpg(_epgMap, et -> ((BoostDocumentRule) et).getBoostExpr(), (et, vl) -> ((BoostDocumentRule) et).setBoostExpr(DfTypeUtil.toString(vl)), "boostExpr"); setupEpg(_epgMap, et -> ((BoostDocumentRule) et).getCreatedBy(), (et, vl) -> ((BoostDocumentRule) et).setCreatedBy(DfTypeUtil.toString(vl)), "createdBy"); setupEpg(_epgMap, et -> ((BoostDocumentRule) et).getCreatedTime(),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.4K bytes - Viewed (0) -
src/main/config/es/fess_config_boost_document_rule.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 987 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsBoostDocumentRuleBhv.java
return createOptionalEntity(doSelectByPK(id, tp), id); } @Override protected Class<? extends BoostDocumentRule> typeOfSelectedEntity() { return BoostDocumentRule.class; } @Override protected Class<BoostDocumentRule> typeOfHandlingEntity() { return BoostDocumentRule.class; } @Override protected Class<BoostDocumentRuleCB> typeOfHandlingConditionBean() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.1K bytes - Viewed (0) -
dbflute_fess/dfprop/esfluteMap.dfprop
} ; fess_config.bad_word = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.boost_document_rule = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.crawling_info = map:{
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsBoostDocumentRule.java
@Override public BoostDocumentRuleDbm asDBMeta() { return BoostDocumentRuleDbm.getInstance(); } @Override public String asTableDbName() { return "boost_document_rule"; } // =================================================================================== // Source
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java
@Override public BoostDocumentRuleDbm asDBMeta() { return BoostDocumentRuleDbm.getInstance(); } @Override public String asTableDbName() { return "boost_document_rule"; } @Override public boolean hasSpecifiedColumn() { return _specification != null; } @Override public ConditionQuery localCQ() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.1K bytes - Viewed (0) -
src/main/resources/esclient.xml
</postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.bad_word/bad_word"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.boost_document_rule/boost_document_rule"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.crawling_info/crawling_info"</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/es/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java
// ============= @Override public String asTableDbName() { return "boost_document_rule"; } @Override public String xgetAliasName() { return "boost_document_rule"; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 56.7K bytes - Viewed (0)