-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug with significant terms background count #76730
Fix bug with significant terms background count #76730
Conversation
Pinging @elastic/es-analytics-geo (Team:Analytics) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks right to me. If the new test is happy I'm happy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM2! Thanks a lot for addressing it so quickly and fully.
The test failure in elasticsearch-ci/part-2 is unrelated and is already tracked in #76689, restarting @elasticmachine run elasticsearch-ci/part-2 |
When building empty responses for shards that don't have the term field in question, significant terms ignored the background filter. This commit fixes this bug by respecting the background filter count, even when building empty results. closes elastic#76729
When building empty responses for shards that don't have the term field in question, significant terms ignored the background filter. This commit fixes this bug by respecting the background filter count, even when building empty results. closes elastic#76729
* Fix bug with significant terms background count (#76730) When building empty responses for shards that don't have the term field in question, significant terms ignored the background filter. This commit fixes this bug by respecting the background filter count, even when building empty results. closes #76729
* Fix bug with significant terms background count (#76730) When building empty responses for shards that don't have the term field in question, significant terms ignored the background filter. This commit fixes this bug by respecting the background filter count, even when building empty results. closes #76729 * fixing bwc yaml test version
When building empty responses for shards that don't have the term field in question,
significant terms ignored the background filter.
This commit fixes this bug by respecting the background filter count, even
when building empty results.
closes #76729