-
-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve bucket size aggregation limit
postpone bucket size aggregation limit for terms aggregation improve min_doc_count special use case 0, it loaded more texts from the dict than segment_size limit Note that we effectively check now that segment_size does not exceed the bucket limit. segment_size is 10 * size. So requests would fail with size 6500 for a bucket limit of 65000. closes #1822
- Loading branch information
Showing
1 changed file
with
79 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters