009 11:55:54 AM
> Subject: Re: Delete of non-existent record succeeds
>
>
> Rather than start a new thread, I'd like to follow up on this. I'm going to
> oversimplify but the basic question should be straightforward.
>
> I currently have one very large SOLR index, and
Rather than start a new thread, I'd like to follow up on this. I'm going to
oversimplify but the basic question should be straightforward.
I currently have one very large SOLR index, and 5 small ones which contain
filtered subsets out of the big one and are used for faceting in one area of
our s
On 8/8/07, Lance Norskog <[EMAIL PROTECTED]> wrote:
> When I delete a record that does not exist, via delete-by-id, the status
> returned is 0. Shouldn't the operation fail?
No... delete means delete if it exists.
Due to how lucene works, to get good performance deletes are actually
buffered... wh