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

Percolator: Allow significant terms and geo hash grid aggregations in the percolator #6037

Closed
jpountz opened this issue May 5, 2014 · 0 comments

Comments

@jpountz
Copy link
Contributor

jpountz commented May 5, 2014

The problem is that these two aggregations use an heuristic to compute the default value of shard_size that depends on the number of shards that the request targets, yet PercolateContext.numberOfShards throws an UnsupportedOperationException.

martijnvg added a commit to martijnvg/elasticsearch that referenced this issue May 20, 2014
…g exception.

Certain features like significant_terms aggregation rely on this statistic for sizing heuristics.

Closes elastic#6037
martijnvg added a commit that referenced this issue May 22, 2014
…g exception.

Certain features like significant_terms aggregation rely on this statistic for sizing heuristics.

Closes #6037
Closes #6123
@martijnvg martijnvg changed the title Percolator cannot execute significant terms and geo hash grid aggregations Percolator: cannot execute significant terms and geo hash grid aggregations May 30, 2014
@clintongormley clintongormley changed the title Percolator: cannot execute significant terms and geo hash grid aggregations Percolator: Allow significant terms and geo hash grid aggregations in the percolator Jul 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant