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

Noble Paul commented on SOLR-1728:
----------------------------------

Everything works now in non-distributed search because , the BinaryField takes 
care of writing out the data as strings. In distributed search  ,when the 
writers have to emit SolrDocument and if it contains byte[],  XML, JSON and 
other response writers would do a toString() on the byte[]. 



> ResponseWriters should support byte[], ByteBuffer
> -------------------------------------------------
>
>                 Key: SOLR-1728
>                 URL: https://issues.apache.org/jira/browse/SOLR-1728
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Minor
>             Fix For: 1.5
>
>
> Only BinaryResponseWriter supports byte[] and ByteBuffer. Other writers also 
> should support these

-- 
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