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

Mike Sokolov commented on SOLR-3038:
------------------------------------

There were two changes that broke things -- one is that SolrJ (4.x) posts 
javabin update requests to /update rather than /update/javabin and relies on 
the server to determine the format from the mime type - but 3.x servers don't 
do that.  The other is that there was a new datatype added to the javabin 
format which 3.x servers don't recognize (SolrInputDocument? I think it's 
related to transaction log support in some way).  There are examples cited in 
this thread from the solr user mailing list: 
http://markmail.org/thread/dypg6pclpgsc2pka; 
                
> 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