Skip to content

Instantly share code, notes, and snippets.

@rkroll
Created May 23, 2013 15:54
Show Gist options
  • Save rkroll/5637121 to your computer and use it in GitHub Desktop.
Save rkroll/5637121 to your computer and use it in GitHub Desktop.
addresses/address/_count w/ body"
{
"filtered": {
"query": {
"match_all": {}
},
"filter": {
"or": [
{
"missing": {
"field": "geo_point.lat"
}
},
{
"missing": {
"field": "geo_point.lon"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment