Skip to content

Instantly share code, notes, and snippets.

@fedesilva
Created October 23, 2014 17:50
Show Gist options
  • Save fedesilva/7097d1e0f84dd38ca7c4 to your computer and use it in GitHub Desktop.
Save fedesilva/7097d1e0f84dd38ca7c4 to your computer and use it in GitHub Desktop.
es starter query
POST _search
{
"query": {
"filtered": {
"query": {
"match_all": {}
},
"filter": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment