- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ElevateWordCQ (0.09 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsElevateWordCQ.java
ElevateWordCQ mustQuery = new ElevateWordCQ(); ElevateWordCQ shouldQuery = new ElevateWordCQ(); ElevateWordCQ mustNotQuery = new ElevateWordCQ(); ElevateWordCQ filterQuery = new ElevateWordCQ(); boolLambda.callback(mustQuery, shouldQuery, mustNotQuery, filterQuery);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 64.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsElevateWordCA.java
public void filter(String name, EsAbstractConditionQuery.OperatorCall<BsElevateWordCQ> queryLambda, ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsElevateWordCA> aggsLambda) { ElevateWordCQ cq = new ElevateWordCQ(); if (queryLambda != null) { queryLambda.callback(cq); } FilterAggregationBuilder builder = regFilterA(name, cq.getQuery()); if (opLambda != null) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 54.6K bytes - Click Count (0)