DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30835>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30835 IndexWriter ArrayIndexOutOfBoundsException Summary: IndexWriter ArrayIndexOutOfBoundsException Product: Lucene Version: 1.3 Platform: PC OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: Index AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A client of ours is getting the following exception from Lucene. I don't have any more information as they are far away and generally not able to help debug. java.lang.ArrayIndexOutOfBoundsException: 1 at org.apache.lucene.util.BitVector.get(BitVector.java:101) at org.apache.lucene.index.SegmentReader.isDeleted(SegmentReader.java:279) at org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:168) at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:97) at org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:430) at org.apache.lucene.index.IndexWriter.flushRamSegments(IndexWriter.java:383) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:193) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]