[ 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.