[jira] Commented: (LUCENE-328) Some utilities for a compact sparse filter

2005-12-29 Thread Eks Dev (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-328?page=comments#action_12361375 ] Eks Dev commented on LUCENE-328: I've been looking at this code and found some minor enhancements that could be done: 1. Any particular reason for SortedVIntList not to

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

Re: JE Directory/XA Transactions

2005-12-29 Thread Erik Hatcher
Aaron, this is great news! As for contributing, the best thing to do is follow along with the conventions set up in the contrib/db area. Maybe your contribution could co-exist with that area? If it does make sense for it to co- exist with DbDirectory, then put your files in your local

[jira] Created: (LUCENE-482) JE Directory Implementation

2005-12-29 Thread Aaron Donovan (JIRA)
JE Directory Implementation --- Key: LUCENE-482 URL: http://issues.apache.org/jira/browse/LUCENE-482 Project: Lucene - Java Type: New Feature Components: Store Versions: 1.9 Reporter: Aaron Donovan Priority: Minor I've

[jira] Updated: (LUCENE-482) JE Directory Implementation

2005-12-29 Thread Aaron Donovan (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-482?page=all ] Aaron Donovan updated LUCENE-482: - Attachment: contrib.zip Attached code. It still needs an Ant build file. JE Directory Implementation --- Key:

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
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 Aaron, this is great news! As for contributing, the best

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
It could be worked in with some changes to DbDirectory. Of the six classes of DbDirectory, I made significant changes to only three. Aaron -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 2:13 PM To: java-dev@lucene.apache.org

Re: JE Directory/XA Transactions

2005-12-29 Thread Andi Vajda
On Thu, 29 Dec 2005, Erik Hatcher wrote: Does it make sense for this to integrate in with contrib/db or should it stand on its own? Andi - what are your thoughts on the organization of it? Does DbDirectory need any refactoring (such as a name change) to make room for the JE

Re: JE Directory/XA Transactions

2005-12-29 Thread Erik Hatcher
On Dec 29, 2005, at 6:16 PM, Andi Vajda wrote: On Thu, 29 Dec 2005, Erik Hatcher wrote: Does it make sense for this to integrate in with contrib/db or should it stand on its own? Andi - what are your thoughts on the organization of it? Does DbDirectory need any refactoring (such as a

RE: JE Directory/XA Transactions

2005-12-29 Thread Robert Engels
I think JE transactions are held completely in memory, so this may be an issue - although I have not reviewed your implementation yet... :) -Original Message- From: Andi Vajda [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 5:14 PM To: java-dev@lucene.apache.org Subject: Re: