From fe478c23b797f5bbde8b8db4a177247c5b538424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 12 Sep 2018 16:56:03 +0200 Subject: [PATCH] [Docs] Fix heading in composite-aggregation.asciidoc (#33627) The heading for the "Missing buckets" should be on the same level as the the "Order" section. --- .../aggregations/bucket/composite-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/bucket/composite-aggregation.asciidoc b/docs/reference/aggregations/bucket/composite-aggregation.asciidoc index 3bfa8d91f8b..0726f5f927e 100644 --- a/docs/reference/aggregations/bucket/composite-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/composite-aggregation.asciidoc @@ -348,7 +348,7 @@ GET /_search \... will sort the composite bucket in descending order when comparing values from the `date_histogram` source and in ascending order when comparing values from the `terms` source. -====== Missing bucket +==== Missing bucket By default documents without a value for a given source are ignored. It is possible to include them in the response by setting `missing_bucket` to