And how would you do that? Create a new index and point solr to the new
index?

On 22/03/07, Mike Klaas <[EMAIL PROTECTED]> wrote:

On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> well, yes indeed :)
> but i do think it is easier to put up synchronisation for deleted
> documents as well
> clearing the whole index is kind of overkill
>
> when you do this :
> * delete all documents
> * submit all documents
> * commit
> you should also keep in mind that Solr will do an autocommit after a
> certain number of documents ...

Solr should only do so if you explicitly configured it as such.

Regardless, if you are rebuilding the index from scratch, delete-all
then rebuilt is a dangerous and less efficient method compared to
creating a new index and pointing solr to the new index once it is
completed.

-Mike

Reply via email to