On Thu, May 14, 2009 at 2:01 PM, jayson.minard <jayson.min...@gmail.com> wrote: > > When using the Solr trunk tip, get this error now when reading an index > created by Solr with Lucene directly: > > java.lang.IndexOutOfBoundsException: Index: 24, Size: 0 > at java.util.ArrayList.RangeCheck(ArrayList.java:547) > at java.util.ArrayList.get(ArrayList.java:322) > at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:253) > at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:218) > at > org.apache.lucene.index.SegmentReader.document(SegmentReader.java:914) > > > Anyone know what could cause this error? Is it something writing the index > incorrectly, or a read-side issue, or other?
Hmmm, OK... so you created the index with Lucene and are reading it with Solr. What version of Lucene did you use to create? Your stack trace also doesn't line up with the last version of Lucene that Mark put in (r773862) -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org