Update completion-suggest.asciidoc

Corrected "length" in result output

Closes #13011
This commit is contained in:
Clinton Gormley 2015-08-24 13:32:14 +02:00
parent 3a01f7b3b4
commit fb632d5dbe

View File

@ -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}