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

Introduced the notion of a FixedBitSetFilter that guarantees to produce a FixedBitSet #7037

Closed
wants to merge 1 commit into from

Commits on Aug 27, 2014

  1. Introduced FixedBitSetFilterCache that guarantees to produce a FixedB…

    …itSet and does evict based on size or time.
    
    Only when segments are merged away due to merging then entries in this cache are cleaned up.
    
    Nested and parent/child rely on the fact that type filters produce a FixedBitSet, the FixedBitSetFilterCache does this.
    Also if nested and parent/child is configured the type filters are eagerly loaded by default via the FixedBitSetFilterCache.
    
    Closes elastic#7037
    Closes elastic#7031
    martijnvg committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    531d6ab View commit details
    Browse the repository at this point in the history