On Thu, 5 Jan 2006, Robert Engels wrote:

4. transactional updates to the index are possible (although index writes
are supposedly transactional in std lucene, I have encountered some index
corruption with hard failures - I think it is because the files are not
"synced" when flushed/closed).

They may be transactional but they're not ACID unless the underlying Directory implementation is. As far as I can tell, FSDirectory is not.

Andi..

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to