Corrupt index (IndexOutOfBoundsException)

2009-03-23 Thread René Zöpnek
Hello, I'm using Lucene 2.3.2 and had no problems untill now. But now I got an corrupt index. When searching, a java.lang.OutOfMemoryError is thrown. I've wrote the following test program: private static void search(String index, String query) throws CorruptIndexException, IOException, ParseEx

Corrupt index (IndexOutOfBoundsException)

2009-03-24 Thread René Zöpnek
; compound file off, confirm the problem still happens, and then post the > _X.tii file? I can try to look at it. > > Mike > > René Zöpnek wrote: > >> Hello, >> >> I'm using Lucene 2.3.2 and had no problems untill now. >> >> But now I got an corr

Re: Corrupt index (IndexOutOfBoundsException)

2009-03-24 Thread René Zöpnek
.lucene.index.CheckIndex.checkIndex(CheckIndex.java:395) > at org.apache.lucene.index.CheckIndex.main(CheckIndex.java:689) > > Is this what you see? > > Mike > > "René Zöpnek" wrote: > >> Thanks for your answer, Mike. >> >> Unfortunately I h