- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BoostDocumentRuleDbm (0.07 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/BoostDocumentRuleDbm.java
// ========= private static final BoostDocumentRuleDbm _instance = new BoostDocumentRuleDbm(); private BoostDocumentRuleDbm() { } public static BoostDocumentRuleDbm getInstance() { return _instance; } // ===================================================================================Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsBoostDocumentRuleBhv.java
return "boost_document_rule"; } @Override public String asEsSearchType() { return "boost_document_rule"; } @Override public BoostDocumentRuleDbm asDBMeta() { return BoostDocumentRuleDbm.getInstance(); } @Override protected <RESULT extends BoostDocumentRule> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.1K bytes - Click Count (0)