Re: Webapp Demo throws ArrayIndexOutOfBoundsException on Large index

2005-03-11 Thread Chris D
On Fri, 11 Mar 2005 16:47:50 +0100, Daniel Naber <[EMAIL PROTECTED]> wrote: > On Friday 11 March 2005 16:35, Chris D wrote: > > > Is there an issue with Tomcat and large indexes? Should I be looking > > elsewhere for a solution? > > Are you sure tomcat uses the same lucene.jar as your standalone

Re: Webapp Demo throws ArrayIndexOutOfBoundsException on Large index

2005-03-11 Thread Daniel Naber
On Friday 11 March 2005 16:35, Chris D wrote: >  Is there an issue with Tomcat and large indexes? Should I be looking > elsewhere for a solution? Are you sure tomcat uses the same lucene.jar as your standalone test does? Regards Daniel --

Re: Webapp Demo throws ArrayIndexOutOfBoundsException on Large index

2005-03-11 Thread Chris D
On Tue, 8 Mar 2005 13:31:43 -0500, Chris D <[EMAIL PROTECTED]> wrote: > I've been playing with the webapp and attempting to search over two > indexes that I've created. The first was 700M the second is 2.3G. > > When the webapp attempts to search the second I get a > "ArrayIndexOutOfBoundsExceptio

Webapp Demo throws ArrayIndexOutOfBoundsException on Large index

2005-03-08 Thread Chris D
I've been playing with the webapp and attempting to search over two indexes that I've created. The first was 700M the second is 2.3G. When the webapp attempts to search the second I get a "ArrayIndexOutOfBoundsException": java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.get(A