the documents are only deleted when you do a commit ...
so you should never have an empty index (or at least not for more then a 
couple of seconds)

note that you dont have to delete all documents .... you can just upload 
new documents with the same UniqueID and Solr will delete the old 
documents automaticly ... this way you are guaranteed not to have an empty 
index

grts,m





"Thierry Collogne" <[EMAIL PROTECTED]> 
21/03/2007 09:22
Please respond to
solr-user@lucene.apache.org


To
solr-user@lucene.apache.org
cc

Subject
Re: How to assure a permanent index.






Sorry. Did a send by accident. This the next part of the mail.

I mean if I do the following.

     -  delete all documents from the index
     -  add all documents
     -  do a commit.

Will this result in a temporary empty index, or will I always have 
results?

Reply via email to