mistyping in one of the highlighting examples comment -> content (#28139)

This commit is contained in:
Andrew Kramarev 2018-01-18 14:27:30 -08:00 committed by Mayya Sharipova
parent 531c58cf81
commit ef468327e9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ GET /_search
},
"highlight" : {
"fields" : {
"comment" : {}
"content" : {}
}
}
}