NightOwl888 commented on issue #419: URL: https://github.com/apache/lucenenet/issues/419#issuecomment-783585364
We are releasing 4.8.0, which is not the most stable 4.x version. Hunspell was buggy until at least 4.10, primarily it seems because there is no offficial spec for it so it took some exploration to make it work. So, we have 3 choices. 1. Strictly follow Lucene 4.8.0 including all of its bugs. 2. Patch Lucene 4.8.0 in some regards to make it less buggy. 3. Plan to release 4.10.4 before moving on to 8.x. IMO, since we have a long road to get to 8.x we should leave stable software in our wake. So, that either means patching some parts of 4.8.0 to eliminate known bugs or doing a full upgrade of the whole project to 4.10.4 before moving on to 8.x. Clearly, of the two options the patch is simpler. ---------------------------------------------------------------- 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]
