Hi,
The analyzer was removed in Lucene 5.0, the core functionality survived
in [SnowballFilter][1]. I'm guessing that the analyzer did some token
filtering which was not applicable to all supported languages. There's
now language-specific analyzers, like the [SwedishAnalyzer][2], which
[uses][3] the SnowballFilter.
[1]:
https://lucene.apache.org/core/5_0_0/analyzers-common/org/apache/lucene/analysis/snowball/SnowballFilter.html
[2]:
https://lucene.apache.org/core/5_0_0/analyzers-common/org/apache/lucene/analysis/sv/SwedishAnalyzer.html
[3]:
http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishAnalyzer.java
On 30/03/15 19:18, Shubhanshu Pathak wrote:
Dear Group Members,
I am using Lucene.net 3.0.3
While going through the future releases of Lucene.Net I saw that Snowball
Analyzer will be marked in ver 3.6.0 to be removed in Version 5.0
https://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/analysis/snowball/SnowballAnalyzer.html
But the reason for the same is not present.
What's the issue with existing Snowball analyzer?
What will be substitute?
Thanks & Regards,
Shubhanshu