Correct an example in the top-level suggester documentation. (#30224)
This commit is contained in:
parent
6a55eead94
commit
5c9f08402e
|
@ -23,7 +23,7 @@ POST twitter/_search
|
|||
},
|
||||
"suggest" : {
|
||||
"my-suggestion" : {
|
||||
"text" : "trying out Elasticsearch",
|
||||
"text" : "tring out Elasticsearch",
|
||||
"term" : {
|
||||
"field" : "message"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue