ok, also see https://issues.apache.org/jira/browse/LUCENE-1186
--
View this message in context:
http://www.nabble.com/ThreadLocal---Memory-Problems-with-Analyzer-class-tp22241132p22241327.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
hi,
environment: lucene 2.4, jdk 1.6
i'm using quartz jobs to schedule indexing tasks; currently i'm creating a
new instance of an analyzer each time i open the index; after some time i'm
getting a out of memory;
Analyzer Class:
private ThreadLocal tokenStreams;
since the analyzer class is usi