Re: ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-24 Thread Simon Willnauer
Cool thanks! On Fri, Sep 24, 2010 at 11:07 AM, Shay Banon wrote: > Sure, opened https://issues.apache.org/jira/browse/LUCENE-2666, wanted to > ping the list first to see if someone knows about it. > > On Fri, Sep 24, 2010 at 7:12 AM, Simon Willnauer > wrote: >> >> Shay, >> >> would you mind open

Re: ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-24 Thread Shay Banon
Sure, opened https://issues.apache.org/jira/browse/LUCENE-2666, wanted to ping the list first to see if someone knows about it. On Fri, Sep 24, 2010 at 7:12 AM, Simon Willnauer < simon.willna...@googlemail.com> wrote: > Shay, > > would you mind open a jira issue for that? > > simon > > On Fri, Se

Re: ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-23 Thread Simon Willnauer
Shay, would you mind open a jira issue for that? simon On Fri, Sep 24, 2010 at 2:53 AM, Shay Banon wrote: > Hi, > >    A user got this very strange exception, and I managed to get the index > that it happens on. Basically, iterating over the TermDocs causes an AAOIB > exception. I easily reprod

ArrayIndexOutOfBoundsException when iterating over TermDocs

2010-09-23 Thread Shay Banon
Hi, A user got this very strange exception, and I managed to get the index that it happens on. Basically, iterating over the TermDocs causes an AAOIB exception. I easily reproduced it using the FieldCache which does exactly that (the field in question is indexed as numeric). Here is the except