Browse Source

Docs fix - Added missing link to new Adjacency-matrix agg

markharwood 8 years ago
parent
commit
87495750ff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/aggregations/bucket.asciidoc

+ 2 - 0
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[]