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

Nested: queries/filters/aggregations expect FixedBitSets, yet it isn't the case with NoneFilterCache #6279

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

Comments

@jpountz
Copy link
Contributor

jpountz commented May 22, 2014

The nested queries, filters and aggregations expect that filters produce FixedBitSet instances. However, if the filter cache is disabled, you might get an index-based DocsEnum directly, so the set of documents needs to be loaded into a FixedBitSet before running the query.

@jpountz jpountz self-assigned this May 22, 2014
jpountz added a commit to jpountz/elasticsearch that referenced this issue May 22, 2014
@jpountz jpountz changed the title Nested queries/filters/aggregations expect FixedBitSets, yet it isn't the case with NoneFilterCache Nested: queries/filters/aggregations expect FixedBitSets, yet it isn't the case with NoneFilterCache May 30, 2014
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
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