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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -