Skip to content

Instantly share code, notes, and snippets.

@Meekohi
Created November 13, 2014 02:44
Show Gist options
  • Save Meekohi/6d2a42638b13c11d903d to your computer and use it in GitHub Desktop.
Save Meekohi/6d2a42638b13c11d903d to your computer and use it in GitHub Desktop.
{
size: 10000,
"query" : {
"match_all" : {}
},
"filter" : {
"geo_distance" : {
"distance" : "10000m",
"distance_type": "plane",
"geo" : [37.411, -77.653]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment