-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Replace _scroll with the ability to acquire point-in-time views + search_after #26472
Copy link
Copy link
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categoriesTeam:SearchMeta label for search teamMeta label for search teamhigh hanging fruit
Description
_scroll comes with limitations such as the fact that it only allows to go forward, which can be an issue if there are connectivity issues while the client is retrieving one page as this particular page cannot be retried.
We would like to replace _scroll with an API that allows to open point-in-time views of the data and then allows to paginate through it using search_after. We could even keep the sort by _doc optimization if users provide "track_total_hits": false in their request.
In FixitFriday it was suggested that we call this API Jim's API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categoriesTeam:SearchMeta label for search teamMeta label for search teamhigh hanging fruit
Type
Fields
Give feedbackNo fields configured for issues without a type.