Skip to content

Instantly share code, notes, and snippets.

@fuCtor
Created November 7, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuCtor/c6705c0c9f1d62fee8a9 to your computer and use it in GitHub Desktop.
Save fuCtor/c6705c0c9f1d62fee8a9 to your computer and use it in GitHub Desktop.
{
"fields" : ["id", "osm_type", "name", "admin_level"],
"sort": ["admin_level"],
"query":{
"bool": {
"must": {
"match_all": {}
},
"filter": {
"geo_shape": {
"geometry": {
"shape": {
"type": "point",
"coordinates" :
[73.3, 61.2]
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment