[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.
This commit is contained in:
parent
36ba3cda7e
commit
fe478c23b7
|
@ -348,7 +348,7 @@ GET /_search
|
||||||
\... will sort the composite bucket in descending order when comparing values from the `date_histogram` source
|
\... 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.
|
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.
|
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
|
It is possible to include them in the response by setting `missing_bucket` to
|
||||||
|
|
Loading…
Reference in New Issue