- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setQuery_Terms (0.1 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsKeyMatchCA.java
} } public void setQuery_Terms() { setQuery_Terms(null); } public void setQuery_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setQuery_Terms("query", opLambda, null); } public void setQuery_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsKeyMatchCA> aggsLambda) { setQuery_Terms("query", opLambda, aggsLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 61.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java
not(not -> not.setQuery_Term(query), opLambda); } public void setQuery_Terms(Collection<String> queryList) { setQuery_Terms(queryList, null); } public void setQuery_Terms(Collection<String> queryList, ConditionOptionCall<TermsQueryBuilder> opLambda) { TermsQueryBuilder builder = regTermsQ("query", queryList);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 68.6K bytes - Viewed (0)