From ae71b25145d8ed0b5d9a407c568b88b9c9053dff Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Mon, 20 Jan 2014 11:18:26 +0100 Subject: [PATCH] Documentation typo. --- .../search/aggregations/bucket/terms-aggregation.asciidoc | 2 +- docs/reference/search/facets/terms-facet.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/aggregations/bucket/terms-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/terms-aggregation.asciidoc index d6d89c49dd2..0e08fcff5fc 100644 --- a/docs/reference/search/aggregations/bucket/terms-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/terms-aggregation.asciidoc @@ -47,7 +47,7 @@ change this default behaviour by setting the `size` parameter. The `size` parameter can be set to define how many term buckets should be returned out of the overall terms list. By default, the node coordinating the search process will request each shard to provide its own top `size` term buckets -and once all shards respond, it will reduces the results to the final list that will then be returned to the client. +and once all shards respond, it will reduce the results to the final list that will then be returned to the client. This means that if the number of unique terms is greater than `size`, the returned list is slightly off and not accurate (it could be that the term counts are slightly off and it could even be that a term that should have been in the top size buckets was not returned). diff --git a/docs/reference/search/facets/terms-facet.asciidoc b/docs/reference/search/facets/terms-facet.asciidoc index d56903d94aa..ddd2e24667a 100644 --- a/docs/reference/search/facets/terms-facet.asciidoc +++ b/docs/reference/search/facets/terms-facet.asciidoc @@ -31,7 +31,7 @@ added[0.90.6] The `size` parameter defines how many top terms should be returned out of the overall terms list. By default, the node coordinating the search process will ask each shard to provide its own top `size` terms -and once all shards respond, it will reduces the results to the final list +and once all shards respond, it will reduce the results to the final list that will then be sent back to the client. This means that if the number of unique terms is greater than `size`, the returned list is slightly off and not accurate (it could be that the term counts are slightly off and it