Re: Transaction support in Lucene

2006-11-14 Thread Michael McCandless
Rajesh parab wrote: I am talking about transaction support in Lucene only. If there is a failure during insert/update/delete of document inside the index, there is no way to roll back the operation and this will keep the index in in-consistent state. OK, I see. Then you should also look at

Re: Transaction support in Lucene

2006-11-14 Thread Greg Colvin
Last I looked at this, I thought that mapping transactions onto Lucene segments was the way to go. On Nov 14, 2006, at 11:19 AM, Rajesh parab wrote: Hi Mike, Thanks for the feedback. I am talking about transaction support in Lucene only. If there is a failure during insert/update/delete of

Re: Transaction support in Lucene

2006-11-14 Thread Rajesh parab
Hi Mike, Thanks for the feedback. I am talking about transaction support in Lucene only. If there is a failure during insert/update/delete of document inside the index, there is no way to roll back the operation and this will keep the index in in-consistent state. I read about Compass

Re: Transaction support in Lucene

2006-11-14 Thread Michael McCandless
Rajesh parab wrote: Does anyone know if there is any plan in adding transaction support in Lucene? I don't know of specific plans. This has been discussed before on user & dev lists. I know the Compass project builds transactional support on top of Lucene. Are you asking for tr

Transaction support in Lucene

2006-11-14 Thread Rajesh parab
Hi, Does anyone know if there is any plan in adding transaction support in Lucene? Regards, Rajesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]