All of your examples stem to "ковров": assertAnalyzesTo(a, "Коврова Коврову Ковровом Коврове", new String[] { "ковров", "ковров", "ковров", "ковров" }); }
Are you sure you enabled this at *both* index and query time? 2010/7/27 Oleg Burlaca <o...@burlaca.com> > Hello, > > I'm using SnowballPorterFilterFactory with language="Russian". > The stemming works ok except people names, geographical places. > Here are some examples: > > searching for Ковров should also find Коврова, Коврову, Ковровом, Коврове. > > Are there other stemming plugins for the russian language that can handle > this? > If not, what are the options. A simple solution may be to use the wildcard > queries in Standard mode instead of the DisMaxQueryHandler: > Ковров* > > but I'd like to avoid it. > > Thanks. > -- Robert Muir rcm...@gmail.com