You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "John Wang (JIRA)" <ji...@apache.org> on 2013/05/09 21:23:16 UTC

[jira] [Created] (LUCENE-4992) ArrayOutOfBoundsException in BooleanScorer2

John Wang created LUCENE-4992:
---------------------------------

             Summary: ArrayOutOfBoundsException in BooleanScorer2
                 Key: LUCENE-4992
                 URL: https://issues.apache.org/jira/browse/LUCENE-4992
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/search
    Affects Versions: 4.1
            Reporter: John Wang


Seeing following exception in BooleanScorer2 in our production system:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2147483647
	at org.apache.lucene.search.BooleanScorer2.score(BooleanScorer2.java:312)
	at org.apache.lucene.queries.CustomScoreQuery$CustomScorer.score(CustomScoreQuery.java:324)
	at org.apache.lucene.search.DisjunctionMaxScorer.score(DisjunctionMaxScorer.java:84)
	at org.apache.lucene.search.TopScoreDocCollector$InOrderTopScoreDocCollector.collect(TopScoreDocCollector.java:47)
	at org.apache.lucene.search.Scorer.score(Scorer.java:64)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:605)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:482)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:438)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:281)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:269)
	

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org