Просмотр исходного кода

[docs] missing a comma in the terms aggregation example

Jared McQueen 9 лет назад
Родитель
Сommit
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"
                 }
             }