[
https://issues.apache.org/jira/browse/SOLR-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley resolved SOLR-2685.
--------------------------------
Resolution: Fixed
Fix Version/s: 4.0
> 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
> Fix For: 4.0
>
> 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: [email protected]
For additional commands, e-mail: [email protected]