diff --git a/docs/reference/modules/threadpool.asciidoc b/docs/reference/modules/threadpool.asciidoc index 16ca9fd7157..f4563b1ac45 100644 --- a/docs/reference/modules/threadpool.asciidoc +++ b/docs/reference/modules/threadpool.asciidoc @@ -13,6 +13,7 @@ There are several thread pools, but the important ones include: For generic operations (for example, background node discovery). Thread pool type is `scaling`. +[[search-threadpool]] `search`:: For count/search/suggest operations. Thread pool type is `fixed_auto_queue_size` with a size of `int((`<> * min(<>, 10)))+. `max_concurrent_shard_requests`:: +