mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[Docs] fix three to four
This commit is contained in:
parent
a88dd36df4
commit
fc7a0d3a4a
@ -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
|
<1> Setting `search_type` to `scan` disables sorting and makes scrolling
|
||||||
very efficient.
|
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:
|
ways:
|
||||||
|
|
||||||
* Sorting is disabled. Results are returned in the order they appear in the index.
|
* Sorting is disabled. Results are returned in the order they appear in the index.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user