You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/04/04 11:23:13 UTC

[jira] Updated: (SOLR-1038) Enhance CommonsHttpSolrServer to add docs in batch

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

Noble Paul updated SOLR-1038:
-----------------------------

    Attachment: SOLR-1038.patch

added a new method
{code:java}
 /**
   * Adds the beans supplied by the given iterator.
   *
   * @param beanIterator  the iterator which returns Beans
   *
   * @return the response from the SolrServer
   */
  public UpdateResponse addBeans(final Iterator<?> beanIterator)
          throws SolrServerException, IOException 
{code}


> 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 - java
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1038.patch, SOLR-1038.patch, SOLR-1038.patch, SOLR-1038.patch
>
>
> add two methods to ComonsHttpSolrServer to facilitate batch upload of docs
> {code:java}
> public void addAndCommit(Iterator<SolrInputDocument> docIter , SolrParams 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.