{ | |
"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