Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for threadPoolSize (0.08 sec)

  1. src/main/java/org/codelibs/fess/suggest/SuggesterBuilder.java

            return this;
        }
    
        /**
         * Sets the thread pool size.
         * @param threadPoolSize The thread pool size.
         * @return This builder instance.
         */
        public SuggesterBuilder threadPoolSize(final int threadPoolSize) {
            this.threadPoolSize = threadPoolSize;
            return this;
        }
    
        /**
         * Builds a Suggester instance.
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top