Skip to content

Instantly share code, notes, and snippets.

@motin
Created April 14, 2011 22:54
Show Gist options
  • Save motin/920774 to your computer and use it in GitHub Desktop.
Save motin/920774 to your computer and use it in GitHub Desktop.
{
"query":{
"match_all":{}
},
"filter":{
"range":{
"population":{
"gt":10000
}
}
},
"sort":{
"_geo_distance":{
"admindiv.point":["-0.1257400","51.5085300"],
"order":"asc",
"unit":"km"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment