- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BoostDocumentRuleDbm (0.06 sec)
-
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; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.5K bytes - Viewed (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 {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.1K bytes - Viewed (0)