Re: DbDirectory with Berkeley DB Java Edition

2005-12-14 Thread Andi Vajda
On Wed, 14 Dec 2005, jian chen wrote: Hi, I am pretty pessimistic about any DB directory implementation for Lucene. The nature of the Lucene index files does not really fit well into a relational database. Therefore, performance wise, the DB implementations would suffer a lot. Basically, I wou

Re: DbDirectory with Berkeley DB Java Edition

2005-12-14 Thread jian chen
Hi, I am pretty pessimistic about any DB directory implementation for Lucene. The nature of the Lucene index files does not really fit well into a relational database. Therefore, performance wise, the DB implementations would suffer a lot. Basically, I would discourage anyone on the DB implementat

DbDirectory with Berkeley DB Java Edition

2005-12-14 Thread Steeley Andrew
Hello all, I know this question has been asked before, but I have not found a definitive answer. Has anyone implemented a version of Andi Vajda's DbDirectory that works with the Berkeley DB Java Edition? I am aware of Oscar Picasso's postings on this list on the topic, but haven't been able