Slide 58
Slide 58 text
Copyright Elasticsearch 2013. Copying, publishing and/or distributing without written permission is strictly prohibited
"hits": [!
{!
"_score": 3,!
"_source": {!
"title": "potato"!
}!
},!
{!
"_score": 2,!
"_source": {!
"title": "tomato"!
}!
},!
{!
"_score": 1,!
"_source": {!
"title": "carrot"!
}!
},!
{!
"_score": 0,!
"_source": {!
"title": "vegetable"!
}!
}!
]