Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created March 9, 2019 18:57
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/457538fb43f70c51272f92b879df2cd4 to your computer and use it in GitHub Desktop.
Save antunesleo/457538fb43f70c51272f92b879df2cd4 to your computer and use it in GitHub Desktop.
POST user_location/_doc/1
{
"name": "William",
"location": "-25.443053, -49.238396"
}
POST user_location/_doc/2
{
"name": "Robert",
"location": "-25.440173, -49.243169"
}
POST user_location/_doc/3
{
"name": "Bernard",
"location": "-25.440262, -49.247720"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment