[
https://issues.apache.org/jira/browse/SOLR-13171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-13171:
------------------------------
Summary: Make it possible to stream a document without creating java
objects (was: Use Lazy loading of fields for SolrDocument when javabin is used)
> Make it possible to stream a document without creating java objects
> -------------------------------------------------------------------
>
> 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
> Priority: Major
>
> 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]