[ https://issues.apache.org/jira/browse/LUCENE-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270890#comment-14270890 ]
Robert Muir commented on LUCENE-6170: ------------------------------------- Can you provide more information? That truncated stack trace will not be enough to reproduce this. > MultiDocValues.getSortedValues cause IndexOutOfBoundsException > -------------------------------------------------------------- > > Key: LUCENE-6170 > URL: https://issues.apache.org/jira/browse/LUCENE-6170 > Project: Lucene - Core > Issue Type: Bug > Components: core/search > Affects Versions: 4.10.1 > Reporter: Littlestar > > Caused by: java.lang.IndexOutOfBoundsException > at java.nio.Buffer.checkBounds(Buffer.java:567) > at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:265) > at > org.apache.lucene.store.ByteBufferIndexInput.readBytes(ByteBufferIndexInput.java:95) > at > org.apache.lucene.codecs.lucene410.Lucene410DocValuesProducer$CompressedBinaryDocValues$CompressedBinaryTermsEnum.readTerm(Lucene410DocValuesProducer.java:909) > at > org.apache.lucene.codecs.lucene410.Lucene410DocValuesProducer$CompressedBinaryDocValues$CompressedBinaryTermsEnum.seekExact(Lucene410DocValuesProducer.java:1017) > at > org.apache.lucene.codecs.lucene410.Lucene410DocValuesProducer$CompressedBinaryDocValues.get(Lucene410DocValuesProducer.java:815) > at > org.apache.lucene.codecs.lucene410.Lucene410DocValuesProducer$LongBinaryDocValues.get(Lucene410DocValuesProducer.java:775) > at > org.apache.lucene.codecs.lucene410.Lucene410DocValuesProducer$6.lookupOrd(Lucene410DocValuesProducer.java:513) > at > org.apache.lucene.index.MultiDocValues$MultiSortedDocValues.lookupOrd(MultiDocValues.java:670) > at org.apache.lucene.index.SortedDocValues.get(SortedDocValues.java:69) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org