[ 
https://issues.apache.org/jira/browse/SOLR-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15289113#comment-15289113
 ] 

David Smiley commented on SOLR-797:
-----------------------------------

Also, FWIW, I've also used EmbeddedSolrServer and ameliorated the serialization 
impact by using QueryRequest.setStreamingResponseCallback so that at least the 
document data doesn't go through serialization.  It would be nice if 
EmbeddedSolrServer could be configured to do no serialization at all. I suspect 
for some use-cases that can't be done but I be it usually can.

> Construct EmbeddedSolrServer response without serializing/parsing
> -----------------------------------------------------------------
>
>                 Key: SOLR-797
>                 URL: https://issues.apache.org/jira/browse/SOLR-797
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 1.3
>            Reporter: Jonathan Lee
>            Priority: Minor
>             Fix For: 4.9, 6.0
>
>         Attachments: SOLR-797.patch, SOLR-797.patch, SOLR-797.patch
>
>
> Currently, the EmbeddedSolrServer serializes the response and reparses in 
> order to create the final NamedList response.  From the comment in 
> EmbeddedSolrServer.java, the goal is to:
> * convert the response directly into a named list



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to