Pārlūkot izejas kodu

[docs] missing a comma in the terms aggregation example

Jared McQueen 9 gadi atpakaļ
vecāks
revīzija
d97b3fd817

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