Hi, Look here for the index buffering and segment merge factor: http://lucene.apache.org/java/3_0_0/api/all/org/apache/lucene/index/IndexWriter.html
:-) Anders On Thu, Feb 24, 2011 at 6:04 PM, Trevor Watson <twat...@datassimilate.com>wrote: > Howdy, > > I'm attempting to find out where a memory leak in my software currently > is. > > When working with Lucene.NET, and writing to an index (FSDirectory), how > much is stored in memory? Is there a way to flush it if it is storing stuff > in memory? > > Thanks in advance >