LockFactory impact on Directory implementations

2007-01-23 Thread Donovan, Aaron
In anticipation of an upcoming 2.1 release, I started testing the Berkeley Database - Java Edition Directory implementation. I immediately received a NullPointerException while trying to create an index. It was a result of the getLockFactory() returning null. What is the new responsibility of D

RE: Lazy Field Loading

2006-03-29 Thread Donovan Aaron
I've done a lot of work with Verity's search engine, and I like the way they handle fields. At query time you specify the fields you want returned from matching documents. Aaron -Original Message- From: Grant Ingersoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 9:05 AM To

RE: JE implementation

2006-01-12 Thread Donovan Aaron
is a rollback, it can corrupt the indexes. It's just sligthly annoying but I am curious if you ran into this 'problem'. Oscar Donovan Aaron <[EMAIL PROTECTED]> wrote: I was aware of jacid. In its current form it could not be used with the JCA connector because the DbDi

RE: JE implementation

2006-01-12 Thread Donovan Aaron
I was aware of jacid. In its current form it could not be used with the JCA connector because the DbDirectory opens the database. Given that I was going to have to write some code, I decided to use Andi's code as a starting point because it seemed cleaner and has seen wider use. Regards, Aaron

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
? Erik On Dec 29, 2005, at 1:58 PM, Donovan Aaron wrote: > I submitted the code as JIRA issue LUCENE-482. > > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 29, 2005 1:29 PM > To: java-dev@lucene.apache.org > Subject

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
are License, then attach your files to a new JIRA issue. Thanks, Erik On Dec 29, 2005, at 1:17 PM, Donovan Aaron wrote: > I recently ported Andi Vajda's DbDirectory to the Java Edition of > Berkeley DB. The main reason being the JCA connector and XA > transactions. In

JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
I recently ported Andi Vajda's DbDirectory to the Java Edition of Berkeley DB. The main reason being the JCA connector and XA transactions. Initial results are great and shown below. I'm new to contributing. What is the procedure for making this code available? JEDirectory Writing files byt