Noble Paul created SOLR-13171:
---------------------------------

             Summary: Use Lazy loading of fields for SolrDocument when javabin 
is used
                 Key: SOLR-13171
                 URL: https://issues.apache.org/jira/browse/SOLR-13171
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Noble Paul
            Assignee: Noble Paul


When a SolrDocument is deserialized, it can , just read the whole document into 
a byte[] instead of creating all the objects in memory. This feature will be 
enabled optionally at JavabinCodec

 

Fields can be read on-demand if
 * the document is consumed using the Map.forEach() method
 * or if it is serialized back again



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to