Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created January 23, 2011 16:24
Show Gist options
  • Select an option

  • Save kimchy/792184 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/792184 to your computer and use it in GitHub Desktop.
{
"query" : {
"filtered" : {
"query" : {
"match_all" : {}
},
"filter" : {
"geo_distance" : {
"distance" : "200km",
"pin.location" : {
"lat" : 50,
"lon" : 14
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment