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: Fix assertion in percolation with nested docs #6263

Closed
wants to merge 2 commits into from

Commits on May 21, 2014

  1. Fix assertion in percolation with nested docs

    Assertion was triggered for percolating documents with nested object
    in mapping if the document did not actually contain a nested object.
    Instead, in this case we can just use the SingleDocumentPercolatorIndex.
    brwe committed May 21, 2014
    Copy the full SHA
    26de442 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19b4bce View commit details
    Browse the repository at this point in the history