Created
October 9, 2018 00:39
-
-
Save antunesleo/3111ad687592b1d6f2a9aae32a2ab5fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"took": 10, | |
"timed_out": false, | |
"_shards": { | |
"total": 5, | |
"successful": 5, | |
"skipped": 0, | |
"failed": 0 | |
}, | |
"hits": { | |
"total": 1, | |
"max_score": 1, | |
"hits": [ | |
{ | |
"_index": "movies", | |
"_type": "_doc", | |
"_id": "11", | |
"_score": 1, | |
"_source": { | |
"title": "The Revenant", | |
"year": 2015, | |
"director": "Alejandro G. Iñárritu", | |
"stars": [ | |
"Leonardo DiCaprio", | |
"Tom Hardy", | |
"Will Poulter" | |
], | |
"genres": [ | |
"Action", | |
"Adventure", | |
"Drama" | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment