From 87495750ff54c4cd039b535ac2d9972f82f30a2a Mon Sep 17 00:00:00 2001 From: markharwood Date: Mon, 23 Jan 2017 10:18:30 +0000 Subject: [PATCH] Docs fix - Added missing link to new Adjacency-matrix agg --- docs/reference/aggregations/bucket.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/aggregations/bucket.asciidoc b/docs/reference/aggregations/bucket.asciidoc index 851511257cf..f98fd52feba 100644 --- a/docs/reference/aggregations/bucket.asciidoc +++ b/docs/reference/aggregations/bucket.asciidoc @@ -13,6 +13,8 @@ aggregated for the buckets created by their "parent" bucket aggregation. There are different bucket aggregators, each with a different "bucketing" strategy. Some define a single bucket, some define fixed number of multiple buckets, and others dynamically create the buckets during the aggregation process. +include::bucket/adjacency-matrix-aggregation.asciidoc[] + include::bucket/children-aggregation.asciidoc[] include::bucket/datehistogram-aggregation.asciidoc[]