Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getScrollTimeout (0.5 seconds)

  1. fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java

            this.index = index;
        }
    
        /**
         * Gets the scroll timeout in milliseconds.
         *
         * @return The scroll timeout.
         */
        public int getScrollTimeout() {
            return scrollTimeout;
        }
    
        /**
         * Sets the scroll timeout.
         * @param scrollTimeout The scroll timeout.
         */
        public void setScrollTimeout(final int scrollTimeout) {
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Nov 20 08:40:57 GMT 2025
    - 34.3K bytes
    - Click Count (0)
Back to Top