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

Shawn Heisey commented on SOLR-2034:
------------------------------------

So it requires modifying the code?  I am not a Java programmer, nor am I 
familiar with Solr internals and objects.  I do understand programming 
principles and know a few other languages, so I can sometimes muddle my way 
through the unfamiliar.

I took a look at ReplicationHandler.java and RequestHandlerBase.java and was 
not able to find anything having to do with javabin or looking remotely like 
what you mentioned.  I did find a reference to BinaryQueryResponseWriter, but 
the section of code that uses it also has this in it, suggesting that 
replication and javabin might be heavily intertwined:

throw new RuntimeException("This is a binary writer , Cannot write to a 
characterstream");


> javabin should use UTF-8, not modified UTF-8
> --------------------------------------------
>
>                 Key: SOLR-2034
>                 URL: https://issues.apache.org/jira/browse/SOLR-2034
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>         Attachments: SOLR-2034.patch, SOLR-2034.patch, SOLR-2034.patch, 
> SOLR-2034.patch
>
>
> for better interoperability, javabin should use standard UTF-8 instead of 
> modified UTF-8 (http://www.unicode.org/reports/tr26/)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to