[DOCS] Fix casing for agg type titles (#67469) (#67472)

This commit is contained in:
James Rodewig 2021-01-13 15:04:39 -05:00 committed by GitHub
parent 4e64737625
commit 5292951253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[[search-aggregations-bucket]]
== Bucket Aggregations
== Bucket aggregations
Bucket aggregations don't calculate metrics over fields like the metrics aggregations do, but instead, they create
buckets of documents. Each bucket is associated with a criterion (depending on the aggregation type) which determines

View File

@ -1,5 +1,5 @@
[[search-aggregations-metrics]]
== Metrics Aggregations
== Metrics aggregations
The aggregations in this family compute metrics based on values extracted in one way or another from the documents that
are being aggregated. The values are typically extracted from the fields of the document (using the field data), but

View File

@ -1,6 +1,6 @@
[[search-aggregations-pipeline]]
== Pipeline Aggregations
== Pipeline aggregations
Pipeline aggregations work on the outputs produced from other aggregations rather than from document sets, adding
information to the output tree. There are many different types of pipeline aggregation, each computing different information from