Consider the forms of Russian word "синий" and the result returned by RussianLightStemmer:
синий -> син
синяя -> син
синее -> сине
синие -> син
I think the correct result should be:
синий -> син
синяя -> син
синее -> син
синие -> син
Migrated from LUCENE-6137 by Alexander Sofronov, 1 vote, updated Jan 01 2015
Attachments: LUCENE-6137.patch
Consider the forms of Russian word "синий" and the result returned by RussianLightStemmer:
синий -> син
синяя -> син
синее -> сине
синие -> син
I think the correct result should be:
синий -> син
синяя -> син
синее -> син
синие -> син
Migrated from LUCENE-6137 by Alexander Sofronov, 1 vote, updated Jan 01 2015
Attachments: LUCENE-6137.patch