[Docs] fix three to four

This commit is contained in:
David Pilato 2015-01-12 12:13:23 +01:00
parent a88dd36df4
commit fc7a0d3a4a
1 changed files with 1 additions and 1 deletions

View File

@ -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.