RE: JE implementation

2006-01-12 Thread Donovan Aaron
EMAIL PROTECTED] Sent: Thursday, January 12, 2006 10:58 AM To: [email protected] Subject: RE: JE implementation If I remember correctly, with my code, I had to create and close the IndexWriter inside a single transaction. If the same IndexWriter is used for several transactions and there

RE: JE implementation

2006-01-12 Thread Oscar Picasso
s a starting point because it seemed cleaner and has seen wider use. Regards, Aaron -Original Message- From: Oscar Picasso [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 10:06 AM To: [email protected] Subject: JE implementation Hi, Around one year ago, I made a Ber

RE: JE implementation

2006-01-12 Thread Donovan Aaron
Aaron -Original Message- From: Oscar Picasso [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 10:06 AM To: [email protected] Subject: JE implementation Hi, Around one year ago, I made a Berkeley DB JE implementation of a Lucene Directory. I was initially inspired b

JE implementation

2006-01-12 Thread Oscar Picasso
Hi, Around one year ago, I made a Berkeley DB JE implementation of a Lucene Directory. I was initially inspired by the Andi Vajda code. I released it under an Apache License but didn't publicize it. Lately I have read there is some talks about DB JE base directories so if someo