On Thu, Mar 27, 2008 at 12:11 AM, Noble Paul നോബിള് नोब्ळ् <[EMAIL PROTECTED]> wrote: > Can I make an API call to remove the stale indexsearcher so that the > documents do not get committed? > > Basically what I need is a 'rollback' feature
This should be possible when Solr starts using Lucene's update, delete, and deleteByQuery features on the IndexWriter. -Yonik