Docs: Fix the first highlighting example to work

Closes #22642
This commit is contained in:
Clinton Gormley 2017-01-17 12:20:03 +01:00
parent 519a9c469d
commit 401438819e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The following is an example of the search request body:
GET /_search GET /_search
{ {
"query" : { "query" : {
"match": { "user": "kimchy" } "match": { "content": "kimchy" }
}, },
"highlight" : { "highlight" : {
"fields" : { "fields" : {