help: java.lang.ArrayIndexOutOfBoundsException ScorerDocQueue.downHeap

2008-12-16 Thread 1world1love
Greetings all. I am having an issue that is driving me mad. I have many indexes ranging in size from 500K docs to 40mil docs. When I do a simple query containing multiple terms on any of the indexes, I get this: java.lang.ArrayIndexOutOfBoundsException at org.apache.lucene.util.ScorerDoc

Re: help: java.lang.ArrayIndexOutOfBoundsException ScorerDocQueue.downHeap

2008-12-16 Thread 1world1love
OK, a little more information: I run this query via a java stored procedure within Oracle. However, I just ran the same query using the same code compiled in a separate class from a CL on a different server that has the same filesystem mounted. The queries ran fine from there. So I am wondering

RESOLVED: help: java.lang.ArrayIndexOutOfBoundsException ScorerDocQueue.downHeap

2008-12-17 Thread 1world1love
Just an FYI in case anyone runs into something similar. Essentially I had indexes that I have been searching from a java stored procedure in Oracle without issue for awhile. All of a sudden, I started getting the error I alluded to above when there were more than a certain number of terms (4,5, o

Re: RESOLVED: help: java.lang.ArrayIndexOutOfBoundsException ScorerDocQueue.downHeap

2008-12-18 Thread Paul Elschot
Op Wednesday 17 December 2008 22:49:08 schreef 1world1love: > Just an FYI in case anyone runs into something similar. > > Essentially I had indexes that I have been searching from a java > stored procedure in Oracle without issue for awhile. All of a sudden, > I started getting the error I alluded