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]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
"suggest" : {
|
"suggest" : {
|
||||||
"text" : "the amsterdma meetpu"
|
"text" : "the amsterdma meetpu",
|
||||||
"my-suggest-1" : {
|
"my-suggest-1" : {
|
||||||
"term" : {
|
"term" : {
|
||||||
"field" : "title"
|
"field" : "title"
|
||||||
|
|
Loading…
Reference in New Issue