-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I've only recently noticed this exception. For some reason, it doesn't always produce a stacktrace. I'll try to investigate some more and will try again with Lucene 3.6.1
java.lang.ArrayIndexOutOfBoundsException: 32
at org.apache.lucene.search.BooleanScorer2.score(BooleanScorer2.java:310)
at org.apache.lucene.search.BooleanScorer2$SingleMatchScorer.score(BooleanScorer2.java:122)
at org.apache.lucene.search.BooleanScorer2.score(BooleanScorer2.java:309)
at org.apache.lucene.util.ScorerDocQueue.topScore(ScorerDocQueue.java:116)
at org.apache.lucene.search.DisjunctionSumScorer.advanceAfterCurrent(DisjunctionSumScorer.java:168)
at org.apache.lucene.search.DisjunctionSumScorer.nextDoc(DisjunctionSumScorer.java:141)
at org.apache.lucene.search.BooleanScorer2.score(BooleanScorer2.java:280)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:581)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:383)
Migrated from LUCENE-4341 by Raimund Merkert
Environment:
Windows 2008 R2, JDK 1.7