- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for depthFirst (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebConfigCQ.java
} 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); if (opLambda != null) { opLambda.callback(builder); } }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 172.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java
} 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); if (opLambda != null) { opLambda.callback(builder); } }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 165.3K bytes - Click Count (0)