From 5292951253d89bc2987f4972c34d62ae3cd02673 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 13 Jan 2021 15:04:39 -0500 Subject: [PATCH] [DOCS] Fix casing for agg type titles (#67469) (#67472) --- docs/reference/aggregations/bucket.asciidoc | 2 +- docs/reference/aggregations/metrics.asciidoc | 2 +- docs/reference/aggregations/pipeline.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/aggregations/bucket.asciidoc b/docs/reference/aggregations/bucket.asciidoc index cdc2f74a183..233bc0da648 100644 --- a/docs/reference/aggregations/bucket.asciidoc +++ b/docs/reference/aggregations/bucket.asciidoc @@ -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 diff --git a/docs/reference/aggregations/metrics.asciidoc b/docs/reference/aggregations/metrics.asciidoc index ea3195567ce..e9680f8fc5b 100644 --- a/docs/reference/aggregations/metrics.asciidoc +++ b/docs/reference/aggregations/metrics.asciidoc @@ -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 diff --git a/docs/reference/aggregations/pipeline.asciidoc b/docs/reference/aggregations/pipeline.asciidoc index 487a4b464bf..b24a3080886 100644 --- a/docs/reference/aggregations/pipeline.asciidoc +++ b/docs/reference/aggregations/pipeline.asciidoc @@ -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