فهرست منبع

[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"
                 }
             }