I believe that the FilterFactory is not designed to be called for each
instant of field processing. Think of it, that would be terribly
inefficient. The instantiated stemmer is meant to be reused as much as
possible. Maybe the FilterFactory is called to instantiate a new stemmer in
association with a new server thread and when the dependent resources is
changed (e.g. updated stopword list).

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Multiplexing-TokenFilter-for-multi-language-tp3235341p3239260.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to