[ 
https://issues.apache.org/jira/browse/SOLR-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated SOLR-2685:
-------------------------------

    Attachment: SOLR-2685.patch

Here's a patch that implements the above, in addition to moving from String to 
BytesRef for getIndexedId() and some other misc cleanups.

> always use SolrInputDocument
> ----------------------------
>
>                 Key: SOLR-2685
>                 URL: https://issues.apache.org/jira/browse/SOLR-2685
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: SOLR-2685.patch
>
>
> First, there was only Document, then AddUpdateCommand added support for 
> SolrInputDocument, and most document producers create SolrInputDocuments.  
> But AddUpdateCommand continues to support both, leading to confusion and more 
> work for update processors (which should they look at? both?).  It seems like 
> we should remove "Document" from AddUpdateCommand for the sake of consistency.

--
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