Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for maxContentLength (0.09 seconds)

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

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java

            this.accessTimeout = accessTimeout;
        }
    
        /**
         * Sets the maximum content length.
         * @param maxContentLength The maximum content length in bytes.
         */
        public void setMaxContentLength(final Long maxContentLength) {
            this.maxContentLength = maxContentLength;
        }
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Sat Sep 06 04:15:37 GMT 2025
    - 9.7K bytes
    - Click Count (10)
  2. src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.java

            /** Parallel processing key. */
            public static final String PARALLEL_PROCESSING = "parallel";
            /** Max content length key. */
            public static final String MAX_CONTENT_LENGTH = "maxContentLength";
    
            private DefaultKeys() {
            }
        }
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
Back to Top