HI , In the solr 1.3 under src/classes/java/analyzers
i see only the following language specific tokenizer chinestokenizer cjktokenizer russiantokenizer but i see filterfactories for other languages like dutch ,french,barzialian etc but no tokenizer in this scenario are we supposed to use the standard tokenizer and the corresponding language filters.Lucene has the analyzers for the same.how do we incorporate the same to solr Will this be available in future versions? what is the difference netween normal filter factory and stem filter factory? Regards