Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for numFound (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            final long numFound = getDocumentSizeByQuery(searchEngineClient, queryBuilder, fessConfig);
            final long maxSearchDocSize = fessConfig.getIndexerMaxSearchDocSizeAsInteger().longValue();
            final boolean exceeded = numFound > maxSearchDocSize;
            if (exceeded) {
                logger.warn("Max search document size exceeded: found={}, limit={}. query={}", numFound,
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 26.1K bytes
    - Click Count (0)
Back to Top