With Lucene 2.9.1, if i created a new StandardAnalyzer and not close it, I wouldn't get a memory leak. That is because of the (slow) thread local implementation. The current implementation _requires_ closing StandardAnalyzer, or you get a pretty sever, memory laek.
- Memory leak on 2.9.2 Ayende Rahien
- Re: Memory leak on 2.9.2 Robert Jordan
- Re: Memory leak on 2.9.2 Robert Jordan