:  HTTP Status 500 - 13724 java.lang.ArrayIndexOutOfBoundsException:
: 13724 at org.apache.lucene.search.TermScorer.score(TermScorer.java:74)

An ArrayIndexOutOfBoundsException from TermScorer is a prtty serious error 
-- and probably indicates an interal problem of some kind, not a config 
issue or user error.

If i remember correctly, the only times i've ever seen errors like this 
were either:

1) corrupt indexe ... either the machine or this disk or Solr had a hard 
crash (OOM in the case of Solr) ... using the CheckIndex tool would 
probably point out hte problem.

2) hardware glitch ... bad ram or bad disk

3) bug in Lucene ... which is possible if you're using trunk, there have 
been a lot of little performance tweaks recently.  if you can reporduce 
this type of problem regularly sharing your configs and info about how you 
build your index can probably help people track down the problem.



-Hoss

Reply via email to