OpenSearch/docs/reference/search
Martijn van Groningen 3b96055b23 msearch: Cap the number of searches the msearch api will concurrently execute
By default the number of searches msearch executes is capped by the number of
nodes multiplied with the default size of the search threadpool. This default can be
overwritten by using the newly added `max_concurrent_searches` parameter.

Before the msearch api would concurrently execute all searches concurrently. If many large
msearch requests would be executed this could lead to some searches being rejected
while other searches in the msearch request would succeed.

The goal of this change is to avoid this exhausting of the search TP.

Closes #17926
2016-06-13 10:13:08 +02:00
..
request Add an index setting to limit the maximum number of slices allowed in a scroll request (default to 1024). 2016-06-10 09:43:32 +02:00
suggesters Update completion-suggest.asciidoc 2016-04-22 14:00:37 +02:00
count.asciidoc Adds CONSOLE to count api 2016-05-18 13:36:19 +02:00
explain.asciidoc Revert "[QUERY] Remove lowercase_expanded_terms and locale options" 2015-03-13 13:51:44 -06:00
field-stats.asciidoc Extend field stats: 2016-04-27 16:51:53 +02:00
multi-search.asciidoc msearch: Cap the number of searches the msearch api will concurrently execute 2016-06-13 10:13:08 +02:00
percolate.asciidoc percolator: renamed `percolator` query to `percolate` query 2016-04-20 15:23:54 +02:00
profile.asciidoc [DOCS] Updates the documentation for the recent changes in the profiler 2016-05-17 09:58:30 +01:00
request-body.asciidoc Add search_after parameter in the Search API. 2016-01-27 09:42:58 +01:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc Changed indexed scripts to be stored in the cluster state instead of the `.scripts` index. 2016-04-22 13:42:55 +02:00
search.asciidoc Fix minor typo (#18222) 2016-05-10 09:39:42 +02:00
suggesters.asciidoc Typo in verb tense of "to gather" 2016-03-03 16:21:11 -07:00
uri-request.asciidoc [docs] Add // CONSOLE to validate and uri-request 2016-05-17 21:21:43 -04:00
validate.asciidoc [docs] Add // CONSOLE to validate and uri-request 2016-05-17 21:21:43 -04:00