浏览代码

[docs] missing a comma in the terms aggregation example

Jared McQueen 9 年之前
父节点
当前提交
d97b3fd817
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/bucket/terms-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/bucket/terms-aggregation.asciidoc

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