Enhance CommonsHttpSolrServer to add docs in batch
--------------------------------------------------
Key: SOLR-1038
URL: https://issues.apache.org/jira/browse/SOLR-1038
Project: Solr
Issue Type: Improvement
Components: clients - C#
Reporter: Noble Paul
Priority: Minor
add two methods to ComonsHttpSolrServer to facilitate batch upload of docs
{code:java}
public void addAndCommit(Iterator<SolrInputDocument> docIter , boolean async,
Properties commitParams)
throws SolrServerException, IOException
public void addAndCommit(Iterator<Object> beanIter , boolean async , Properties
commitParams)
throws SolrServerException, IOException
{code}
This helps users to upload all docs in a single http request
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.