- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setUrl_InScope (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFailureUrlCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setUrl_InScope(Collection<String> urlList) { setUrl_Terms(urlList, null); } public void setUrl_InScope(Collection<String> urlList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setUrl_Terms(urlList, opLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 57.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setUrl_InScope(Collection<String> urlList) { setUrl_Terms(urlList, null); } public void setUrl_InScope(Collection<String> urlList, ConditionOptionCall<TermsQueryBuilder> opLambda) { setUrl_Terms(urlList, opLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 63.5K bytes - Viewed (0)