Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getErrorCount (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/service/FailureUrlService.java

                if (crawlingConfig != null) {
                    cb.query().setConfigId_Equal(crawlingConfig.getConfigId());
                }
            }).map(entity -> {
                entity.setErrorCount(entity.getErrorCount() + 1);
                return entity;
            }).orElseGet(() -> {
                final FailureUrl entity = new FailureUrl();
                entity.setErrorCount(1);
                entity.setUrl(url);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 24 01:20:42 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top