You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2017/03/16 02:12:42 UTC

[jira] [Created] (SOLR-10304) Refactor Document/Stored-field handling out of SolrIndexSearcher

David Smiley created SOLR-10304:
-----------------------------------

             Summary: Refactor Document/Stored-field handling out of SolrIndexSearcher
                 Key: SOLR-10304
                 URL: https://issues.apache.org/jira/browse/SOLR-10304
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: David Smiley
            Assignee: David Smiley


SolrIndexSearcher is nearly 3 thousand lines of code.  A sizable part of it pertains to Document handling, including various stored-field concerns and docValue substitutions (docValueAsStored related).  There are already comments marking the start and end of this part of SolrIndexSearcher, plus there some fields and their initialization that are only in support of those methods.  I propose that all of this go to a new companion class {{SolrDocumentFetcher}}. SolrIndexSearcher can add a getter for it, and where applicable existing callers can call to this instead.  "Override"'s will need to stay of course.
( Originally proposed in SOLR-10286 )



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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