Re: [hibernate-dev] Transactional Lucene index

2006-10-16 Thread Max Rydahl Andersen
I've having hard time to find a good use case for it. Especially because Index change is all about performance trades offs. And do you really want your commercial transaction rollback because your index has fail? Depends alot on what you are using the index for and what features the

Re: [hibernate-dev] Transactional Lucene index

2006-10-16 Thread Emmanuel Bernard
Max Rydahl Andersen wrote: Sidequestion: How transactional is the index update in it self ? If you are indexing 10 objects after tx.commit() and the 7th object fails to index does the 6 previous indexed objects go to the index or are the rolled back ? No the file system changes are not