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