Hi Dima, Javadocs for Lucene 4.0.0 are here, organized by module: There are two separate Russian stemmers in the analyzers-common module: 1. org.apache.lucene.analysis.ru.RussianLightStemmer, used by RussianLightStemFilter; and 2. The Russian Snowball stemmer: org.tartarus.snowball.ext.RussianStemmer. See the code for RussianAnalyzer for an example of using the Snowball stemmer as part of a Lucene analysis chain: . Steve On Dec 17, 2012, at 6:18 PM, dokondr wrote: > Hello, > I am looking for Russian stemmer. Do Lucene have one as well as > documentation on how to use it? > Please let me know where can I find the Russian stemmer. > > Thanks! > Dima --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org