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

Noble Paul edited comment on SOLR-2699 at 8/5/11 9:11 AM:
----------------------------------------------------------

the field name should be written using
 
writeExternString(inputField.getName()) 
instead of 
writeStr(inputField.getName());

      was (Author: noble.paul):
    hi the field name should be written using 
writeExternString(inputField.getName()) 
instead of 
writeStr(inputField.getName());
  
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to