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.

Reply via email to