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

Noble Paul commented on SOLR-486:
---------------------------------

bq.I don't see how this would help.  If the ResponseParser for 
CommonsHttpSolrServer is the binary one, it will send the parameter: wt=javabin 
-- in a 1.2 setup, that should give an error.
if the wt= javabin is absent the server deafults to 'xml' so the response 
format will be xml for Solr 1.2.  However ,it is important that we make the 
default format to binary before the 1.3 release. 

Documeting this behavior is good enough.

> Support binary formats for QueryresponseWriter
> ----------------------------------------------
>
>                 Key: SOLR-486
>                 URL: https://issues.apache.org/jira/browse/SOLR-486
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java, search
>            Reporter: Noble Paul
>            Assignee: Yonik Seeley
>             Fix For: 1.3
>
>         Attachments: SOLR-486.patch, SOLR-486.patch, SOLR-486.patch, 
> SOLR-486.patch, SOLR-486.patch, SOLR-486.patch, SOLR-486.patch, SOLR-486.patch
>
>
> QueryResponse writer only allows text data to be written.
> So it is not possible to implement a binary protocol . Create another 
> interface which has a method 
> write(OutputStream os, SolrQueryRequest request, SolrQueryResponse response)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to