NightOwl888 commented on issue #673: URL: https://github.com/apache/lucenenet/issues/673#issuecomment-1279984769
Well, being that it doesn't make any sense to use a bitwise `&` operator here, it makes sense just to change it. Looks like the current version is using the snowball stemmer: https://github.com/apache/lucene/blob/cc342ea7407c729a743123d8f7957aff6c6f9792/lucene/analysis/common/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java. Snowball is poached from: https://github.com/weavejester/snowball-stemmer. The Snowball [DutchStemmer](https://github.com/apache/lucenenet/blob/089a439d82e95708d55f39a64206cccba39cf5da/src/Lucene.Net.Analysis.Common/Tartarus/Snowball/Ext/DutchStemmer.cs) exists in 4.8.0, but apparently, they hadn't gotten around to upgrading it yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
