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

Shawn Heisey commented on SOLR-3038:
------------------------------------

bq. I don't think it's a good idea to simply change the default wire format to 
javabin as things stand now, because SolrJ 4.x is incompatible with Solr 3.x 
servers.

That incompatibility only exists when you try to use the javabin request 
writer.  If you stick with the current default of XML, they are perfectly 
compatible.

IMHO, it's OK to require special work to enable cross-version compatibility.  
Changing the response parser to XML is required when using 1.x with a later 
version.  I don't think it would be a bad thing if changing the request writer 
to XML were required when using 3.x with 4.4 and later.

                
> Solrj should use javabin wireformat by default with updaterequests
> ------------------------------------------------------------------
>
>                 Key: SOLR-3038
>                 URL: https://issues.apache.org/jira/browse/SOLR-3038
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 4.0-ALPHA
>            Reporter: Sami Siren
>            Priority: Minor
>
> The javabin wire format is faster than xml when feeding Solr - it should 
> become the default. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to