- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setErrorCount_GreaterEqual (1 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
final ListResultBean<FailureUrl> list = ComponentUtil.getComponent(FailureUrlBhv.class).selectList(cb -> { cb.query().setConfigId_Equal(configId); cb.query().setErrorCount_GreaterEqual(count); cb.fetchFirst(fessConfig.getPageFailureUrlMaxFetchSizeAsInteger()); }); if (list.isEmpty()) { return Collections.emptyList(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.5K bytes - Viewed (0)