-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Similar to #62, The scroll API can be used to retrieve a large number of documents from Elasticsearch by issuing a search request with the scroll
parameter, and using the scroll_id
returned in a response to fetch the next batch of documents with a search request, continuing until all documents are retrieved.
Many of the existing Elasticsearch clients provide a "scroll helper" for this purpose. The helper can issue a search request, and continue to issue search requests until all documents are retrieved. The scroll can be sliced, allowing concurrent scrolls to be executed.
The Rust client should provide a similar, idiomatic way of helping consumers retrieve a large collection of documents.
nathankleyn, 0x8f701, forensicmatt, xsoheilalizadeh and rtrompier
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity