Skip to content

Instantly share code, notes, and snippets.

@sbeckeriv
Created May 30, 2011 03:01
Show Gist options
  • Save sbeckeriv/998398 to your computer and use it in GitHub Desktop.
Save sbeckeriv/998398 to your computer and use it in GitHub Desktop.
parise filtered
Parse Failure [No parser for element [filtered]]
{
"filtered": {
"query": {
"match_all": {}
},
"filter": {
"geo_distance": {
"distance": "200km",
"location": {
"lat": 40,
"lon": -70
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment