You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Andrew Klochkov (JIRA)" <ji...@apache.org> on 2009/11/04 16:29:32 UTC

[jira] Updated: (SOLR-797) Construct EmbeddedSolrServer response without serializing/parsing

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

Andrew Klochkov updated SOLR-797:
---------------------------------

    Attachment: SOLR-797.patch

Sometime ago I made such an improvement  and now decided to share it. Looks like this is the right issue. Attaching my patch, please use it if it looks better. We use our patched version without problems for several months, so it's tested in at some level.

> 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: 1.5
>
>         Attachments: 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.