elasticsearch/docs/reference/modules
Jason Tedor faa7fe86c5
Introduce analyze thread pool (#29541)
We want to remove the index thread pool as it is no longer needed since
single-document indexing requests are executed as bulk requests
now. Analyze requests are also executed on the index thread pool though
and they need a thread pool to execute on. The bulk thread does not seem
like the right thread pool, let us keep that thread pool conceptually
for bulk requests and free for bulk requests. None of the existing
thread pools make sense for analyze requests either. The generic thread
pool would be a terrible choice since it has an unbounded queue and that
is a bad idea for user-facing APIs. This commit introduces a small by
default (size=1, queue_size=16) thread pool for analyze requests.
2018-04-17 06:46:15 -04:00
..
cluster Control max size and count of warning headers (#28427) 2018-04-13 05:55:33 -04:00
discovery Move DNS cache settings to important configuration 2017-11-29 18:02:26 -05:00
indices Add accounting circuit breaker and track segment memory usage (#27116) 2017-12-01 07:59:45 -07:00
scripting Docs: Add note about missing mapping for doc values field (#29036) 2018-03-20 22:15:34 -07:00
cluster.asciidoc Fix typo in cluster module docs 2016-07-12 16:32:23 -04:00
cross-cluster-search.asciidoc Remove tribe node support (#28443) 2018-01-30 20:40:19 +01:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Provide explanation of dangling indices, fixes #26008 (#26999) 2018-01-22 18:39:21 +10:00
http.asciidoc Control max size and count of warning headers (#28427) 2018-04-13 05:55:33 -04:00
indices.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
memcached.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
network.asciidoc Add note regarding quoting values for network.host 2018-02-27 10:33:45 -08:00
node.asciidoc Remove tribe node support (#28443) 2018-01-30 20:40:19 +01:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
scripting.asciidoc [DOCS] Added Painless Language Spec content 2017-05-16 12:46:56 -07:00
snapshots.asciidoc [DOCS] Unregister repository instead of deleting it (#29206) 2018-03-23 15:53:36 +01:00
threadpool.asciidoc Introduce analyze thread pool (#29541) 2018-04-17 06:46:15 -04:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00