Hi Dima, Javadocs for Lucene 4.0.0 are here, organized by module: <http://lucene.apache.org/core/4_0_0/>
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: <http://svn.apache.org/viewvc/lucene/dev/tags/lucene_solr_4_0_0/lucene/analysis/common/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java?view=markup>. Steve On Dec 17, 2012, at 6:18 PM, dokondr <doko...@gmail.com> 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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org