Added missing comma in suggester example
This commit is contained in:
parent
b252aacc67
commit
13d910f016
|
@ -117,7 +117,7 @@ and applies to the `my-suggest-1` and `my-suggest-2` suggestions.
|
|||
[source,js]
|
||||
--------------------------------------------------
|
||||
"suggest" : {
|
||||
"text" : "the amsterdma meetpu"
|
||||
"text" : "the amsterdma meetpu",
|
||||
"my-suggest-1" : {
|
||||
"term" : {
|
||||
"field" : "title"
|
||||
|
|
Loading…
Reference in New Issue