NightOwl888 commented on issue #418: URL: https://github.com/apache/lucenenet/issues/418#issuecomment-782874895
Great. I ran the tests in Lucene 4.8.0 and they fail, however in Lucene 8.2.0, they succeed. I checked the source, at least as far back as Lucene 4.10.4 the [line in question](https://github.com/apache/lucene-solr/blob/releases/lucene-solr/4.10.4/lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Dictionary.java#L503) was changed to use `IndexOf` just as you have suggested. So, if we upgrade `Lucene.Net.Hunspell` to 4.10.4 as I proposed in #419, we will patch this problem automatically. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
