Update search.asciidoc (#28646)

[DOCS] Corrected typo - singe to single.
This commit is contained in:
Rachel Johnson 2018-02-12 16:57:26 -06:00 committed by Mayya Sharipova
parent 65f1dd424e
commit 617044e5fe
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ to reject search requests that hit too many shards.
The search's `max_concurrent_shard_requests` request parameter can be used to control
the maximum number of concurrent shard requests the search API will execute for this request.
This parameter should be used to protect a singe request from overloading a cluster ie. a default
This parameter should be used to protect a single request from overloading a cluster ie. a default
request will hit all indices in a cluster which could cause shard request rejections if the
number of shards per node is high. This default is based on the number of data nodes in
the cluster but at most `256`.