Fix request-body search test.

This commit is contained in:
Isabel Drost-Fromm 2016-06-29 11:32:27 +02:00
parent 9f30ae3359
commit 9e155e48a5
1 changed files with 2 additions and 2 deletions

View File

@ -31,13 +31,13 @@ And here is a sample response:
},
"hits": {
"total": 1,
"max_score": 1.0,
"max_score": 0.2876821,
"hits": [
{
"_index": "twitter",
"_type": "tweet",
"_id": "0",
"_score": 1.0,
"_score": 0.2876821,
"_source": {
"user": "kimchy",
"message" : "trying out Elasticsearch",