Sam Hough wrote: > Paul, > > For what it is worth I can duplicate the problem with your index file > on Win2k, Sun JDK1.4.0_04 and Lucene CVS HEAD. > > I get the same stack trace: > > java.lang.ArrayIndexOutOfBoundsException: 111 >= 23 > at java.util.Vector.elementAt(Vector.java:427) > at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:155) > at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:66) > at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:245) > at > org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:180) > at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:92) at > org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:473) at > org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:354) > > Do normal searches never fail against this index?
No, it seems to search fine as far as I know. The live index, of which the one you mention above is just a snapshot, is being added to at a rate of about 1,000 new articles a day, and is being searched pretty hard constantly. Thanks for the verification. Cheers, Paul. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]