Is there any benefit to using Lucene's UpdateDocument over Delete then Add? -


lucene has updatedocument method on indexwriter, delete existing document(s) , add new one. there benefit using method on explicitly calling deletedocuments , calling adddocument?

atomicity. update atomic while delete+add separate, isolated, calls.


Comments

Popular posts from this blog

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -