Skip to content

Instantly share code, notes, and snippets.

@kanapuli
Created December 31, 2017 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanapuli/4bc857736f5833bc554bb14523592762 to your computer and use it in GitHub Desktop.
Save kanapuli/4bc857736f5833bc554bb14523592762 to your computer and use it in GitHub Desktop.
//This brings the record from 100th document and gets the next 100 document
{
"query": {
"match_all": {},
"from": 100,
"size": 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment