- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for setUrl_InScope (0.06 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsFavoriteLogCQ.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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 42.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
final ListResultBean<FavoriteLog> list = favoriteLogBhv.selectList(cb2 -> { cb2.query().setUserInfoId_Equal(userInfo.getId()); cb2.query().setUrl_InScope(urlList); cb2.fetchFirst(fessConfig.getPageFavoriteLogMaxFetchSizeAsInteger()); }); if (!list.isEmpty()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 57.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/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 Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 63.5K bytes - Viewed (0)