Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created October 9, 2018 00:39
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/3111ad687592b1d6f2a9aae32a2ab5fd to your computer and use it in GitHub Desktop.
Save antunesleo/3111ad687592b1d6f2a9aae32a2ab5fd to your computer and use it in GitHub Desktop.
{
"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