Преглед на файлове

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