Skip to content

Instantly share code, notes, and snippets.

@ja-ilija
Last active August 29, 2015 14:20
Show Gist options
  • Save ja-ilija/e4c2c2cb861953f44848 to your computer and use it in GitHub Desktop.
Save ja-ilija/e4c2c2cb861953f44848 to your computer and use it in GitHub Desktop.
ES devel query
https://ops.gluru.co/esgloo/files/file/_count?routing=41
{
"query": {
"filtered": {
"query": {
"match_all": {}
},
"filter": {
"bool": {
"must": [
{
"term": {
"user_id": "41"
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment