Correct an example in the top-level suggester documentation. (#30224)

This commit is contained in:
Julie Tibshirani 2018-05-01 15:16:28 -07:00 committed by GitHub
parent 6a55eead94
commit 5c9f08402e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ POST twitter/_search
}, },
"suggest" : { "suggest" : {
"my-suggestion" : { "my-suggestion" : {
"text" : "trying out Elasticsearch", "text" : "tring out Elasticsearch",
"term" : { "term" : {
"field" : "message" "field" : "message"
} }