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? Thanks -- Jayson -- View this message in context: http://www.nabble.com/Getting-errors-reading-lucene-indexes-using-recent-lucene-from-Solr-tp23545868p23545868.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org