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/60bf2de003cac249e41e406d53d5729e to your computer and use it in GitHub Desktop.
Save antunesleo/60bf2de003cac249e41e406d53d5729e to your computer and use it in GitHub Desktop.
{
"took": 100,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 1,
"max_score": 0,
"hits": [
{
"_index": "user_location",
"_type": "_doc",
"_id": "1",
"_score": 0,
"_source": {
"name": "William",
"location": "-25.443053, -49.238396"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment