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

Resolve the role query and the number of docs lazily #48036

Merged
merged 4 commits into from
Oct 25, 2019

Commits on Oct 15, 2019

  1. Resolve the role query and the number of docs lazily

    This commit ensures that the creation of a DocumentSubsetReader does not
    eagerly resolve the role query and the number of docs that match.
    We want to delay this expensive operation in order to ensure that we really
    need this information when we build it. For this reason the role query and the
    number of docs are now resolved on demand. This commit also depends on
    https://issues.apache.org/jira/browse/LUCENE-9003 that will also compute the global
    number of docs lazily.
    jimczi committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0c41c4e View commit details
    Browse the repository at this point in the history
  2. remove unwanted change

    jimczi committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    80bea3b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    9e98a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    c5ed858 View commit details
    Browse the repository at this point in the history