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... when the method returns, the deletes haven't really been
applied yet.

> In fact, does any operation actually fail?

Yes, operations can fail for other reasons.

-Yonik

Reply via email to