- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setDepth_Terms (0.12 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsWebConfigCQ.java
not(not -> not.setDepth_Term(depth), opLambda); } public void setDepth_Terms(Collection<Integer> depthList) { setDepth_Terms(depthList, null); } public void setDepth_Terms(Collection<Integer> depthList, ConditionOptionCall<TermsQueryBuilder> opLambda) { TermsQueryBuilder builder = regTermsQ("depth", depthList);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 172.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileConfigCQ.java
not(not -> not.setDepth_Term(depth), opLambda); } public void setDepth_Terms(Collection<Integer> depthList) { setDepth_Terms(depthList, null); } public void setDepth_Terms(Collection<Integer> depthList, ConditionOptionCall<TermsQueryBuilder> opLambda) { TermsQueryBuilder builder = regTermsQ("depth", depthList);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 165.3K bytes - Viewed (0)