On Mon, May 11, 2009 at 3:58 PM, Andrew McCombe <eupe...@gmail.com> wrote:

> Thanks.  Found out the hard way that abort also removes the index :)


I guess you were using 1.3?

In the 1.3 release, abort stops the full-import and does not commit the
data. However, due to Lucene's limitation, the data is committed when the
servlet container is shutdown. Because a full-import starts off by issuing a
delete-all query, all the data is lost.

With Solr 1.4 (trunk), abort will roll back to the last commit. So it won't
remove the documents automatically.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to