- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for threadPoolSize (0.1 seconds)
-
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.Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 6.2K bytes - Click Count (0)