mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +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" : {
|
"suggest" : {
|
||||||
"my-suggestion" : {
|
"my-suggestion" : {
|
||||||
"text" : "trying out Elasticsearch",
|
"text" : "tring out Elasticsearch",
|
||||||
"term" : {
|
"term" : {
|
||||||
"field" : "message"
|
"field" : "message"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user