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
1.4!
Yonik Seeley wrote:
>
> delete means delete if it exists.
>
> Due to how lucene works, to get good performance deletes are actually
> buffered... when the method returns, the deletes haven't really been
> applied yet.
>
--
View this message in
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
When I delete a record that does not exist, via delete-by-id, the status
returned is 0. Shouldn't the operation fail?
In fact, does any operation actually fail?
Cheers,
Lance