1
0
Dawid Weiss 11 жил өмнө
parent
commit
ae71b25145

+ 1 - 1
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).

+ 1 - 1
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