We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e89723 commit 47855b6Copy full SHA for 47855b6
050_Search/15_Pagination.asciidoc
@@ -27,7 +27,7 @@ GET /_search?size=5&from=10
27
Beware of paging too deep or requesting too many results at once. Results are
28
sorted before being returned. But remember that a search request usually spans
29
multiple shards. Each shard generates its own sorted results, which then need
30
-to be sorted centrally to ensure that the overll order is correct.
+to be sorted centrally to ensure that the overall order is correct.
31
32
.Deep paging in distributed systems
33
****
0 commit comments