From 7b0efcbd9672f49ac93a7e4e2b0340b2ce207610 Mon Sep 17 00:00:00 2001 From: gabriel-tessier Date: Tue, 1 Apr 2014 19:08:33 +0900 Subject: [PATCH] fix typo --- .../search/aggregations/bucket/histogram-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/aggregations/bucket/histogram-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/histogram-aggregation.asciidoc index f53c0a8a962..dd8fe533586 100644 --- a/docs/reference/search/aggregations/bucket/histogram-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/histogram-aggregation.asciidoc @@ -219,7 +219,7 @@ If the histogram aggregation has a direct metrics sub-aggregation, the latter ca } -------------------------------------------------- -<1> The `{ "price_stats.min" : asc" }` will sort the buckets based on `min` value of their their `price_stats` sub-aggregation. +<1> The `{ "price_stats.min" : asc" }` will sort the buckets based on `min` value of their `price_stats` sub-aggregation. <2> There is no need to configure the `price` field for the `price_stats` aggregation as it will inherit it by default from its parent histogram aggregation.