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

Allow MatchAllDocsQuery to skip counting hits

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 8.0
    • 8.0
    • None
    • None
    • New

    Description

      MatchAllDocsQuery currently uses a private bulk scorer with no specialisations for setMinCompetitiveScore().  We've seen what looks to be something like a halving of the performance of MatchAllDocsQuery in elasticsearch benchmarks running on 8.0 snapshots, and it looks as though this is because it's paying the price of keeping track of competitive scores, but not actually making use of the new infrastructure.  We should modify the bulk scorer to early-terminate if setMinCompetitiveScore() is called with a value greater than the query's boost.

      Attachments

        1. LUCENE-8607.patch
          2 kB
          Alan Woodward
        2. LUCENE-8607.patch
          3 kB
          Alan Woodward

        Activity

          People

            romseygeek Alan Woodward
            romseygeek Alan Woodward
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: