1
0
Эх сурвалжийг харах

[DOCS] fix callout in buckets path docs

Colin Goodheart-Smithe 9 жил өмнө
parent
commit
7ed64af639

+ 1 - 1
docs/reference/aggregations/pipeline.asciidoc

@@ -150,7 +150,7 @@ used here to filter out buckets which contain no buckets for an inner terms aggr
         "min_bucket_selector": {
           "bucket_selector": {
             "buckets_path": {
-              "count": "categories._bucket_count"
+              "count": "categories._bucket_count" <1>
             },
             "script": {
               "inline": "count != 0"