I have found it: .../lucene-4.0.0/analysis/common/src/java/org/apache/lucene/analysis/ru
Sorry for confusion :( On Tue, Dec 18, 2012 at 3:58 AM, dokondr <doko...@gmail.com> wrote: > Thanks Steve! > It is weird, but I cant > find org.apache.lucene.analysis.ru.RussianLightStemmer ! > I have just downloaded Lucene 4.0.0 sources and 'analysis' directory does > not have 'ru'. All it has: > > analysis-module-build.xml common kuromoji phonetic smartcn uima > build.xml icu morfologik README.txt stempel > > Where should I get the source from? > > On Tue, Dec 18, 2012 at 3:37 AM, Steve Rowe <sar...@gmail.com> wrote: > >> 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 >> >> >