Re: OutOfMemory error when searching

2005-08-19 Thread Fredrik
Sorry about the previous stack trace -- that was a wild goose-chase. Here is the real culprit: at org.apache.lucene.index.SegmentTermEnum.growBuffer(SegmentTermEnum.java(Compiled Code)) at org.apache.lucene.index.SegmentTermEnum.readTerm(SegmentTermEnum.java(Compiled Code)) at org.apache.lucen

Re: OutOfMemory error when searching

2005-08-19 Thread Volodymyr Bychkoviak
] Sent: 18 August 2005 19:09 To: java-user@lucene.apache.org Subject: Re: OutOfMemory error when searching Fredrik wrote: Opening the index with Luke, I can see the following: Number of fields: 17 Number of documents: 1165726 Number of terms: 6721726 The size of the index is approx 5,3 GB. Lucene

RE: OutOfMemory error when searching

2005-08-19 Thread Peter Gelderbloem
the IndexSearcher in this situation? Peter -Original Message- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 19:09 To: java-user@lucene.apache.org Subject: Re: OutOfMemory error when searching Fredrik wrote: > Opening the index with Luke, I can see the follow

Re: OutOfMemory error when searching

2005-08-18 Thread Doug Cutting
Fredrik wrote: Opening the index with Luke, I can see the following: Number of fields: 17 Number of documents: 1165726 Number of terms: 6721726 The size of the index is approx 5,3 GB. Lucene version is 1.4.3. The index contains Norwegian terms, but lots of inline HTML, etc is probably increasin