Skip to content

Instantly share code, notes, and snippets.

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 antunesleo/1f520d89ae571b4da149c04cda2083e3 to your computer and use it in GitHub Desktop.
Save antunesleo/1f520d89ae571b4da149c04cda2083e3 to your computer and use it in GitHub Desktop.
GET user_location/_search
{
"query": {
"bool" : {
"filter" : {
"geo_distance" : {
"distance" : "300m",
"location" : "-25.442987, -49.239504"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment