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/551c836bab87045a74950a707d56b69f to your computer and use it in GitHub Desktop.
Save antunesleo/551c836bab87045a74950a707d56b69f to your computer and use it in GitHub Desktop.
{
"took": 23,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 2,
"max_score": 0,
"hits": [
{
"_index": "user_location",
"_type": "_doc",
"_id": "2",
"_score": 0,
"_source": {
"name": "Robert",
"location": "-25.440173, -49.243169"
}
},
{
"_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