Re: Delete of non-existent record succeeds

2009-11-11 Thread Otis Gospodnetic
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

Re: Delete of non-existent record succeeds

2009-11-11 Thread Eric Kilby
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

Re: Delete of non-existent record succeeds

2007-08-08 Thread Yonik Seeley
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

Delete of non-existent record succeeds

2007-08-08 Thread Lance Norskog
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