Slide 50
Slide 50 text
Example
{
"took": 60,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 111188,
"max_score": 1.0,
"hits": [
{
"_index": "demo",
"_type": "ratings",
"_id": "AWeY8pNfmDlwHiSe3lD3",
"_score": 1.0,
"_source": {
"userId": 338,
"movieId": 190215,
"rating": 1.5,
"timestamp": 1530148477000
}
}
]
}
}