From 48031b62369fad5d46994d087bea97d21d6f765e Mon Sep 17 00:00:00 2001 From: Andrew O'Brien Date: Mon, 7 Apr 2014 17:47:39 -0400 Subject: [PATCH] Fixes typo in "Scan" search type documention --- docs/reference/search/request/search-type.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/search-type.asciidoc b/docs/reference/search/request/search-type.asciidoc index 6f4c7bae79e..50afc2b593b 100644 --- a/docs/reference/search/request/search-type.asciidoc +++ b/docs/reference/search/request/search-type.asciidoc @@ -109,7 +109,7 @@ curl -XGET 'localhost:9200/_search?search_type=scan&scroll=10m&size=50' -d ' ' -------------------------------------------------- -The `scroll` parameter control the keep alive time of the scrolling +The `scroll` parameter controls the keep alive time of the scrolling request and initiates the scrolling process. The timeout applies per round trip (i.e. between the previous scan scroll request, to the next).