lucenenet icon indicating copy to clipboard operation
lucenenet copied to clipboard

Lucene.Net.Analysis.Fa/PersianAnalyzer: Removed PersianStemmer as per apache/lucene#904

Open NightOwl888 opened this issue 2 years ago • 1 comments

Reverted changes from #571 as was done in apache/lucene#904. Changed TestPersianStemFilter to use mocks.

NightOwl888 avatar May 22 '22 14:05 NightOwl888

We still have PersianStemmer in PersianAnalyzer on the main branch, it's a great addition - on the other hand, we have to consider backward compatibility on a major release (not to force users to reindex the whole data) so we can't expose the new stemmer for the default analyzer in 9.x. We will definitely have it in PerianAnalyzer in Lucene 10.0...

mocobeta avatar May 27 '22 16:05 mocobeta