From 7ed64af639439b462cd03fc39b7da9b434a96064 Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Tue, 26 Jul 2016 11:33:54 +0100 Subject: [PATCH] [DOCS] fix callout in buckets path docs --- docs/reference/aggregations/pipeline.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/pipeline.asciidoc b/docs/reference/aggregations/pipeline.asciidoc index 4382596159c..4ca249d31db 100644 --- a/docs/reference/aggregations/pipeline.asciidoc +++ b/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"