Skip to content
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

Remove pointless term frequency lookups. #11094

Closed
wants to merge 1 commit into from
Closed

Remove pointless term frequency lookups. #11094

wants to merge 1 commit into from

Conversation

markharwood
Copy link
Contributor

If the user has set a shard_min_doc_count setting then avoid looking up background frequencies if the term fails to meet the foreground threshold on a shard.

Closes #11093

If the user has set a shard_min_doc_count setting then avoid looking up background frequencies if the term fails to meet the foreground threshold on a shard.

Closes #11093
@markharwood
Copy link
Contributor Author

@colings86 any chance of a quick review?

@colings86
Copy link
Contributor

LGTM

@markharwood
Copy link
Contributor Author

Pushed to master 89b95dc

@clintongormley clintongormley changed the title Aggregations enhancement - remove pointless term frequency lookups. Remove pointless term frequency lookups. Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Significant terms aggregation has pointless lookups if shard_min_doc_count set
2 participants