- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for setName_InScope (0.12 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsFileConfigCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setName_InScope(Collection<String> nameList) { setName_Terms(nameList, null); } public void setName_InScope(Collection<String> nameList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setName_Terms(nameList, opLambda); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 165.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setName_InScope(Collection<String> nameList) { setName_Terms(nameList, null); } public void setName_InScope(Collection<String> nameList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setName_Terms(nameList, opLambda); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 326.2K bytes - Viewed (0)