From 617044e5feaafe49aeda8d9c16673c44107be672 Mon Sep 17 00:00:00 2001 From: Rachel Johnson Date: Mon, 12 Feb 2018 16:57:26 -0600 Subject: [PATCH] Update search.asciidoc (#28646) [DOCS] Corrected typo - singe to single. --- docs/reference/search/search.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/search.asciidoc b/docs/reference/search/search.asciidoc index 0b6f5fb4d40..57819d177a5 100644 --- a/docs/reference/search/search.asciidoc +++ b/docs/reference/search/search.asciidoc @@ -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`. \ No newline at end of file +the cluster but at most `256`.