mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
Update completion-suggest.asciidoc
Corrected "length" in result output Closes #13011
This commit is contained in:
parent
3a01f7b3b4
commit
fb632d5dbe
@ -165,7 +165,7 @@ curl -X POST 'localhost:9200/music/_suggest?pretty' -d '{
|
||||
"song-suggest" : [ {
|
||||
"text" : "n",
|
||||
"offset" : 0,
|
||||
"length" : 4,
|
||||
"length" : 1,
|
||||
"options" : [ {
|
||||
"text" : "Nirvana - Nevermind",
|
||||
"score" : 34.0, "payload" : {"artistId":2321}
|
||||
|
Loading…
x
Reference in New Issue
Block a user