Re: Contrib Lucene Analyzers & Stemming

2010-02-10 Thread Robert Muir
hi, what does your test code look like? The Russian stemmer still stems as of 3.0: assertAnalyzesToReuse(a, "Но знание это хранилось в тайне", new String[] { "знан", "хран", "тайн" }); On Wed, Feb 10, 2010 at 4:16 AM, Jamie wrote: > Hi There > > We are having problems with some of the

Contrib Lucene Analyzers & Stemming

2010-02-10 Thread Jamie
Hi There We are having problems with some of the Lucene analyzers in the contributions package. For instance, it appears that the Russian analyzer supports stemming, although, when we test it it does not. Is there a specific switch that we must enable to enable the stemming of words? When we