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 2007/07/03 09:27:04 UTC

[jira] Updated: (SOLR-283) Autocomit not work for delete operation

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

Ryan McKinley updated SOLR-283:
-------------------------------

    Attachment: SOLR-283-AutoDelete.patch

Adding:
   if( tracker.timeUpperBound > 0 ) {
      tracker.scheduleCommitWithin( tracker.timeUpperBound );
    }

after delete and delteByQuery

Added tests

> Autocomit not work for delete operation
> ---------------------------------------
>
>                 Key: SOLR-283
>                 URL: https://issues.apache.org/jira/browse/SOLR-283
>             Project: Solr
>          Issue Type: Bug
>          Components: update
>    Affects Versions: 1.2
>         Environment: Windows XP sp2,  java 1.6 u1
>            Reporter: Sergey Dryganets
>         Attachments: SOLR-283-AutoDelete.patch
>
>
> autocommit not work for deletion from index
> deleted items are pending for deletion
>     <autoCommit> 
>         <maxDocs>10000</maxDocs>
>         <!-- max store time in queue = 1 min -->
>         <maxTime>60000</maxTime>
>     </autoCommit>

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