Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from 21re/elastic-scroll-api-support
Browse files Browse the repository at this point in the history
Elastic - scroll-id
  • Loading branch information
Ihor authored Nov 20, 2020
2 parents a7e607d + 1f086ba commit 4b06b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/elasticsearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ pub enum SortOrder {
#[derive(Clone, Debug, Deserialize)]
pub struct QueryResult<I, T> {
pub hits: QueryHits<I, T>,
#[serde(rename = "_scroll_id")]
pub scroll_id: Option<String>,
}

#[derive(Clone, Debug, Deserialize)]
Expand Down

0 comments on commit 4b06b4f

Please sign in to comment.