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 "Ryan McKinley (JIRA)" <ji...@apache.org> on 2008/12/08 21:56:44 UTC

[jira] Created: (SOLR-904) explose the pending List and the List of ids to delete in the solrj UpdateRequest

explose the pending List<SolrInputDocument> and the List<String> of ids to delete in the solrj UpdateRequest
------------------------------------------------------------------------------------------------------------

                 Key: SOLR-904
                 URL: https://issues.apache.org/jira/browse/SOLR-904
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
            Reporter: Ryan McKinley
            Assignee: Ryan McKinley
            Priority: Trivial
             Fix For: 1.4
         Attachments: SOLR-904-solrj-pending-docs.patch

Clients who want to buffer documents as they go into solr need access to the pending SolrInputDocuments

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-904) explose the pending List and the List of ids to delete in the solrj UpdateRequest

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley resolved SOLR-904.
--------------------------------

    Resolution: Fixed

> explose the pending List<SolrInputDocument> and the List<String> of ids to delete in the solrj UpdateRequest
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-904
>                 URL: https://issues.apache.org/jira/browse/SOLR-904
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-904-solrj-pending-docs.patch
>
>
> Clients who want to buffer documents as they go into solr need access to the pending SolrInputDocuments

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-904) explose the pending List and the List of ids to delete in the solrj UpdateRequest

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-904:
-------------------------------

    Attachment: SOLR-904-solrj-pending-docs.patch

simple patch.  adds two getter functions to UpdateRequest.java

> explose the pending List<SolrInputDocument> and the List<String> of ids to delete in the solrj UpdateRequest
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-904
>                 URL: https://issues.apache.org/jira/browse/SOLR-904
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-904-solrj-pending-docs.patch
>
>
> Clients who want to buffer documents as they go into solr need access to the pending SolrInputDocuments

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.