Modification to IndexWriter / IndexReader

2007-08-17 Thread Scott Montgomerie
I've noticed a few threads on this so far... maybe it's useful or maybe somebody's already done this, or maybe it's insane and bug-prone. Anyways, our application requires lucene to act as a non-critical database, as in each record is composed of denormalized data derived from the real DBMS. The

Re: [Fwd: Exception in MultiLevelSkipListReader$SkipBuffer.readByte]

2007-08-16 Thread Scott Montgomerie
onder if this is related to > https://issues.apache.org/jira/browse/LUCENE-951 > > If it's easy enough for you to reproduce, could you try the trunk > version of Lucene and see if it's fixed? > > -Yonik > > On 8/16/07, Scott Montgomerie &l

[Fwd: Exception in MultiLevelSkipListReader$SkipBuffer.readByte]

2007-08-16 Thread Scott Montgomerie
I'm getting an ArrayIndexOutOfBoundsException in MultiLevelSkipListReader$SkipBuffer. This happens sporadically, on a fairly small index (18 MB, about 30,000 documents). The index is subject to a lot of adds and deletes, some of them concurrently. It happens after about 4 days of heavy usage. I was