You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (Commented) (JIRA)" <ji...@apache.org> on 2011/11/16 14:18:51 UTC

[jira] [Commented] (SOLR-2699) Add SolrInputDocument support to javabin format

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

Shalin Shekhar Mangar commented on SOLR-2699:
---------------------------------------------

While working on SOLR-1565, I found that this patch was committed to trunk but there is no mention of it in the change log.

One problem with this patch is that it breaks backwards compatibility. A new Solr server should be able to read update requests sent by old clients otherwise upgrading Solr becomes very difficult. An old client will send a SolrInputDocument as a NamedList but the server will fail with a ClassCastException.
                
> Add SolrInputDocument support to javabin format
> -----------------------------------------------
>
>                 Key: SOLR-2699
>                 URL: https://issues.apache.org/jira/browse/SOLR-2699
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: SOLR-2699.patch, SOLR-2699.patch
>
>
> Supporting SolrInputDocument (like SolrDocument is already supported) directly in javabin will make both transaction logging and recovering updates from peers much easier.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org