Skip to content

Commit afedce6

Browse files
Update docs/reference/search/search-your-data/paginate-search-results.asciidoc
Co-authored-by: George Wallace <[email protected]>
1 parent 2717324 commit afedce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/search-your-data/paginate-search-results.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hits. This limit is a safeguard set by the
4545
to page through more than 10,000 hits, use the <<search-after,`search_after`>>
4646
parameter instead.
4747

48-
Pagination is stateless, meaning there is no guarantee that the order of search results will remain consistent when users navigate back and forth between pages. If maintaining consistent result order is desired, the preferred approach is to use the <<point-in-time-api, point in time (PIT) API>> to implement a stateful pagination technique.
48+
Pagination is stateless, so search result order may change when navigating between pages. To maintain consistent order, use the <<point-in-time-api, point in time API>> for stateful pagination.
4949

5050
WARNING: {es} uses Lucene's internal doc IDs as tie-breakers. These internal doc
5151
IDs can be completely different across replicas of the same data. When paging

0 commit comments

Comments
 (0)