mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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…
x
Reference in New Issue
Block a user