[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
1 changed files with 1 additions and 1 deletions

View File

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