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


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