As stated in my original message, I am closing the IndexSearcher elsewhere. I
don't close it in the method I copied because otherwise I lose access to the
Hits that come back.
You should really close the IndexSearcher rather than the directory.
Andy33 wrote:
> I have a memory leak in my lucene search code. I am able to run a few
> queries
> fine, but I eventually run out of memory. Please note that I do close and
> set to null the ivIndexSearcher object elsewhere. Here is the code I am
> using...
--
View this message in context: http://www.nabble.com/Lucene-Memory-Leak-tp19276999p19278017.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|