[docs] missing a comma in the terms aggregation example

This commit is contained in:
Jared McQueen 2016-07-27 12:59:38 -04:00 committed by Nik Everett
parent a449b8aca1
commit d97b3fd817

View File

@ -446,7 +446,7 @@ Generating the terms using a script:
"genres" : { "genres" : {
"terms" : { "terms" : {
"script" : { "script" : {
"inline": "doc['genre'].value" "inline": "doc['genre'].value",
"lang": "painless" "lang": "painless"
} }
} }