On Tue, 2006-06-06 at 10:11 +0100, Rob Staveley (Tom) wrote:
> Sometimes I need to index large documents. I've got just about as much
> heap
> as my application is allowed (-Xmx512m) and I'm using the unstored
> org.apache.lucene.document.Field constructed with a java.io.Reader,
> but I'm
> still suffering from java.lang.OutOfMemoryError when I index some
> large
> documents. Are org.apache.lucene.document.Field and
> org.apache.lucene.document.Document always loaded entirely in memory?

Sorry, I answered to quick.

When you create the index? You might want to flush the IndexWriter more
often than normal. How large is really large documents? 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to