Lucene & Transactional semantics

2005-11-16 Thread Marios Skounakis
Hi all, I am interested in developing a system which will use Lucene to implement the search functionality. A key characteristic of this system is that certain information about the indexed documents will be editable by the user administrators. For instance, the user administrators can manually

Re: Lucene & Transactional semantics

2008-06-17 Thread Adrian Tarau
ving transactional semantics? >> >> Thanks in advance, >> >> Marios Skounakis >> >> >> >> >> No virus found in this incoming message. >> Checked by AVG Free Edition

Re: Lucene & Transactional semantics

2005-11-17 Thread Beto Siless
Hi, I'm with the transaction problem too: I have Documents which are represented by a Business Object (persisted in a DB with an ORM), indexed with Lucene and finally stored in the file system. So it's very difficult to maintain the consistency in an error scenario. The main problem is that if

Re: Lucene & Transactional semantics

2005-11-17 Thread Marc Hadfield
The Compass Framework ( http://www.compassframework.org/display/SITE/Home) implements transactional semantics "on top" of Lucene, such that you can treat the Lucene Index as an ORM-style database. Compass uses a recent version of Lucene but I'm sure some functionality is abstracted out and p

Re: Lucene & Transactional semantics

2005-11-18 Thread Marios Skounakis
ble workaround if you don't want the added complexity of efforts like Compass. What do you think? Marios Skounakis - Original Message - From: "Beto Siless" <[EMAIL PROTECTED]> To: Sent: Thursday, November 17, 2005 11:18 PM Subject: Re: Lucene & Transa