Skip to content

Instantly share code, notes, and snippets.

@ianAndrewClark
Created December 11, 2012 11:53
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 ianAndrewClark/26a7f43bcbbfbff836a6 to your computer and use it in GitHub Desktop.
Save ianAndrewClark/26a7f43bcbbfbff836a6 to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"match_all": {
}
},
"filter": {
"and": {
"filters": [
{
"term": {
"verified": true
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment