[ https://issues.apache.org/jira/browse/SOLR-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Lee updated SOLR-797: ------------------------------ Attachment: SOLR-797.patch This patch contains a first stab at transforming the NamedList without serializing it then parsing it from the serialized form. >From what I can tell, all the fields (headers, facets, spelling, etc) returned >from the handler in the response is valid for output except that references to >actual documents need to be resolved. This patch borrows code from >NamedListCodec.java and BinaryResponseWriter.java to resolve the documents. > 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 > Attachments: 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 is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.