Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-13024

ValueSourceAugmenter - avoid creating new FunctionValues per doc

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 7.0
    • None
    • search
    • None

    Description

      The cutover to iterators in LUCENE-7407 caused ValueSourceAugmenter (which handles functions in the "fl" param along side other fields) resulted in FunctionValues being re-retrieved for every document.

      Caching could cut that in half, but we should really retrieve a window at a time in order for best performance.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yseeley@gmail.com Yonik Seeley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: