Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7957

ConjunctionScorer.getChildren does not return all children

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.0.1, 8.0
    • core/search
    • None
    • New

    Description

      Today it returns all scoring children and misses the `FILTER` clauses; I think we just need to save the incoming `required` parameter to the ctor and iterate over those in `getChildren` since `scorers` is a subset of `required`?

      Attachments

        1. LUCENE-7957.patch
          5 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: