[
https://issues.apache.org/jira/browse/SOLR-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648252#action_12648252
]
Ryan McKinley commented on SOLR-867:
------------------------------------
This will let us replace:
{code:java}
solrResponse.setResponse(new
EmbeddedSolrServer(request.getCore()).getParsedResponse(request, response));
{code}
with:
{code:java}
solrResponse.setResponse(ClientUtils.getParsedResponse(request, response));
{code}
> move EmbeddedSolrServer#getParsedResponse to utility class
> ----------------------------------------------------------
>
> Key: SOLR-867
> URL: https://issues.apache.org/jira/browse/SOLR-867
> Project: Solr
> Issue Type: Improvement
> Components: clients - java
> Reporter: Ryan McKinley
> Assignee: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-867-move-getParsedResponse.patch
>
>
> The utility function: EmbeddedSolrServer#getParsedResponse should be moved to
> a utiltiy class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.