[ 
https://issues.apache.org/jira/browse/SOLR-13277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-13277:
------------------------------
    Description: 
It's possible to to write a response out directly , without creating the 
SolrDocument Objects if there are no transformers. 
 So, we may use a new flag to use this mode . When enabled ,
 * it serializes docs out to the stream without creating any Objects
 * it uses a serialized format for document cache

Essentially, the cost of writing response out will be similar to the /export 
handler. Traditional transformers may not work in this mode. 

  was:
It's possible to to write a response out directly , without creating the 
SolrDocument Objects if there are no transformers. 
So, we may use a new flag to use this mode . When enabled ,

* it serializes docs out to the stream without creating any Objects
* it uses a serialized format for document cache


> A more efficient javabin response writer without creating SolrDocument objects
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-13277
>                 URL: https://issues.apache.org/jira/browse/SOLR-13277
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Priority: Major
>
> It's possible to to write a response out directly , without creating the 
> SolrDocument Objects if there are no transformers. 
>  So, we may use a new flag to use this mode . When enabled ,
>  * it serializes docs out to the stream without creating any Objects
>  * it uses a serialized format for document cache
> Essentially, the cost of writing response out will be similar to the /export 
> handler. Traditional transformers may not work in this mode. 



--
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