From fc7a0d3a4a14eb4e870527ee4af1938a6619230c Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 12 Jan 2015 12:13:23 +0100 Subject: [PATCH] [Docs] fix three to four --- docs/reference/search/request/scroll.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/scroll.asciidoc b/docs/reference/search/request/scroll.asciidoc index dc999a724db..051ce2292d3 100644 --- a/docs/reference/search/request/scroll.asciidoc +++ b/docs/reference/search/request/scroll.asciidoc @@ -111,7 +111,7 @@ curl 'localhost:9200/twitter/tweet/_search?scroll=1m&search_type=scan' <1> -d ' <1> Setting `search_type` to `scan` disables sorting and makes scrolling very efficient. -A scanning scroll request differs from a standard scroll request in three +A scanning scroll request differs from a standard scroll request in four ways: * Sorting is disabled. Results are returned in the order they appear in the index.