Re: Reloading LARGE index causes OutOfMemory... intern Terms?

2005-03-11 Thread Otis Gospodnetic
Kevin, have you tried interning Terms, and did that have the desired effect? Otis --- "Kevin A. Burton" <[EMAIL PROTECTED]> wrote: > We nighly optimizing one of our main indexes which takes up about 70% > of > system memory when loaded due to Term objects being stored in memory. > > We perform

Re: TSS interview with Doug Cutting

2005-03-11 Thread Joseph B. Ottinger
I know *I* found it of interest... :) On Fri, 11 Mar 2005, Otis Gospodnetic wrote: Nobody posted a link, but I'm sure lots of people here would be interested in TSS' interview with Doug Cutting: http://theserverside.com/news/thread.tss?thread_id=32509 --

TSS interview with Doug Cutting

2005-03-11 Thread Otis Gospodnetic
Nobody posted a link, but I'm sure lots of people here would be interested in TSS' interview with Doug Cutting: http://theserverside.com/news/thread.tss?thread_id=32509 Otis - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

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

Re: what is the index compression technique in lucene ?

2005-03-11 Thread Claude Libois
Look at http://lucene.apache.org/java/docs/fileformats.html You should also buy "Lucene in action" which explain the structure of the index. Claude Libois [EMAIL PROTECTED] Technical associate - Unisys - Original Message - From: "Nicolas Maisonneuve" <[EMAIL PROTECTED]> To: "Lucene Users