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

LRUQueryCache.CachingWrapperWeight should delegate the bulk scorer

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 5.4, 6.0
    • None
    • None
    • New

    Description

      I think we have two issues with LRUQueryCache.CachingWrapperWeight:

      • when generating cached entries, it creates a Scorer and loads it into a DocIdSet while it would be more efficient to use a BulkScorer to do so since we consume all matching documents
      • when a query should not be cached (eg. because it has not be seen often enough yet), we do not delegate the bulk scorer, which means that we will use a DefaultBulkScorer on top of the scorer, which can be significantly slower for some queries (eg. disjunctions)

      Attachments

        1. LUCENE-6856.patch
          9 kB
          Adrien Grand

        Activity

          People

            jpountz Adrien Grand
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: