You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/08/24 23:17:17 UTC

DO NOT REPLY [Bug 30835] New: - IndexWriter ArrayIndexOutOfBoundsException

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: lucene-dev@jakarta.apache.org
        ReportedBy: cthomas@fls-inc.com


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: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org