Hi Trevor,
What kind of memory increase are we talking about? Also, how big are the
documents that you are indexing, the ones returned from getFileInfoDoc()?
Is it putting an entire file into the index? Pre 2.9.3 versions had
issues with holding onto allocated byte arrays far beyond when they w
I'm attempting to use Lucene.Net v2.9.2.2 in a Visual Studio 2005 (.NET
2.0) environment. We had a piece of software that WAS working. I'm not
sure what has changed however, the following code results in a memory leak
in the Lucene.Net component (or a failure to clean up used memory).
The code i