Re: java.lang.IndexOutOfBoundsException when querying Lucene

2006-05-17 Thread Alexandru Popescu
ot;hey this may happen because while you are executing the query there is an index merge process... and according to this Lucene statement you shouldn't do this". ./alex -- .w( the_mindstorm )p. On 5/17/06, Daniel Naber <[EMAIL PROTECTED]> wrote: On Dienstag 16 Mai 2006 21:20,

java.lang.IndexOutOfBoundsException when querying Lucene

2006-05-16 Thread Alexandru Popescu
Hi! I am having quite a complex query that gets executed against the JCR content (that used Lucene for indexing/searching). From time to time I am seeing this exception: [trace] java.lang.IndexOutOfBoundsException: Index: 99, Size: 27 at java.util.ArrayList.RangeCheck(ArrayList.java:546)