Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        public SuggesterBuilder threadPool(final ExecutorService threadPool) {
            this.threadPool = threadPool;
            return this;
        }
    
        public SuggesterBuilder threadPoolSize(final int threadPoolSize) {
            this.threadPoolSize = threadPoolSize;
            return this;
        }
    
        public Suggester build(final Client client, final String id) {
            if (settings == null) {
                if (settingsBuilder == null) {
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Sat Oct 12 00:10:39 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top