Documentation typo.

This commit is contained in:
Dawid Weiss 2014-01-20 11:18:26 +01:00 committed by Simon Willnauer
parent 5bc2a39763
commit ae71b25145
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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