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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org