NightOwl888 commented on issue #419: URL: https://github.com/apache/lucenenet/issues/419#issuecomment-778182278
Thanks for the report. This is a known issue with Lucene 4.8.0 that was fixed in [LUCENE-5817](https://issues.apache.org/jira/browse/LUCENE-5817) in and then patched again in [LUCENE-5840](https://issues.apache.org/jira/browse/LUCENE-5840) in Lucene 4.10. While strictly speaking we are supposed to leave the limitations in place of 4.8.0, we are making some exceptions in places where usability is a factor, especially in cases where there is no reasonable way to use inheritance to fix the issue. In this case, I would approve the changes provided the tests all pass and there are no ill effects produced by adding the patch out of order. That being said, we are trying to make as straight of a line as possible to the 4.8.0 release. As such, these "extra" changes are something we probably won't make the extra effort to do. However, we will include them if a PR is submitted by the community. ---------------------------------------------------------------- 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]
