Skip to content

Instantly share code, notes, and snippets.

@quoeamaster
Created June 24, 2018 01:12
Show Gist options
  • Save quoeamaster/e485e877538d5dda255ec9604324d30c to your computer and use it in GitHub Desktop.
Save quoeamaster/e485e877538d5dda255ec9604324d30c to your computer and use it in GitHub Desktop.
medium queryDSL match_all (size)
GET index_1/_search
{
"size": 20,
"query": {
"match_all": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment