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

The children agg didn't take deleted document into account #8180

Commits on Oct 21, 2014

  1. Aggregations: the children agg didn't take deleted document into ac…

    …count.
    
    The live docs that is passed down was ignored by the filter impl. Now the children filter gets wrapped with ApplyAcceptedDocsFilter, so live docs are actually applied.
    martijnvg committed Oct 21, 2014
    Copy the full SHA
    ebdc085 View commit details
    Browse the repository at this point in the history