Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setConfigId_Equal (0.07 seconds)

  1. src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java

            }
    
            final int count = failureCount;
            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()) {
    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