You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2021/01/04 08:11:00 UTC

[jira] [Created] (SOLR-15066) DocBasedVersionConstraintsProcessor should only fetch the fields it needs from RTG

David Smiley created SOLR-15066:
-----------------------------------

             Summary: DocBasedVersionConstraintsProcessor should only fetch the fields it needs from RTG
                 Key: SOLR-15066
                 URL: https://issues.apache.org/jira/browse/SOLR-15066
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley
            Assignee: David Smiley


DocBasedVersionConstraintsProcessor uses the RealTimeGetComponent to fetch the doc and examine some fields it is interested in.  But it doesn't provide a field filter to RTG, and thus RTG will fully load the document, which is wasteful when only a few at most are needed.

I have a simple patch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org