- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BoostDocumentRuleCQ (0.43 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java
public void bool(BoolCall<BoostDocumentRuleCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { BoostDocumentRuleCQ mustQuery = new BoostDocumentRuleCQ(); BoostDocumentRuleCQ shouldQuery = new BoostDocumentRuleCQ(); BoostDocumentRuleCQ mustNotQuery = new BoostDocumentRuleCQ(); BoostDocumentRuleCQ filterQuery = new BoostDocumentRuleCQ();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsBoostDocumentRuleCA.java
ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsBoostDocumentRuleCA> aggsLambda) { BoostDocumentRuleCQ cq = new BoostDocumentRuleCQ(); if (queryLambda != null) { queryLambda.callback(cq); } FilterAggregationBuilder builder = regFilterA(name, cq.getQuery()); if (opLambda != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 50.6K bytes - Viewed (0)