فهرست منبع

[DOCS] fix callout in buckets path docs

Colin Goodheart-Smithe 9 سال پیش
والد
کامیت
7ed64af639
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/reference/aggregations/pipeline.asciidoc

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