Browse Source

[DOCS] fix to sampler agg documentation

Colin Goodheart-Smithe 9 years ago
parent
commit
e546db0753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/bucket/sampler-aggregation.asciidoc

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

@@ -46,7 +46,7 @@ Response:
         "aggregations": {
         "sample": {
             "doc_count": 1000,<1>
-            "keywords": {<2>
+            "keywords": {
                 "doc_count": 1000,
                 "buckets": [
                     ...