Re: IndexOutOfBoundsException

2008-08-15 Thread Michael McCandless
It looks like your stored fields file (_X.fdt) is corrupt. Are you using multiple threads to add docs? Can you try switching to SerialMergeScheduler to verify it's reproducible? When you hit this exception, can you stop Solr and then run Lucene's CheckIndex tool (org.apache.lucene.index.CheckInd

Re: IndexOutOfBoundsException

2008-08-14 Thread Yonik Seeley
(switching to java-user) OK, that's great that it's so reproducable. To rule out a JVM bug, it would be great if you could try out Sun's 1.6.0_03 to see if it still happens. -Yonik On Thu, Aug 14, 2008 at 10:18 PM, Ian Connor <[EMAIL PROTECTED]> wrote: > I seem to be able to reproduce this very e