You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix AOOBE when setting min_doc_count to 0 in significant_terms
This commit fixes the computation of the subset size on empty buckets (doc count of 0).
The aggregator test refactoring in elastic#60683 revealed this bug.
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java
0 commit comments