Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setErrorCount_GreaterEqual (0.12 seconds)

  1. 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();
            }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 19.5K bytes
    - Click Count (1)
Back to Top