NightOwl888 commented on issue #865: URL: https://github.com/apache/lucenenet/issues/865#issuecomment-1814612699
This is virtually impossible to do in Lucene 4.8.0 because it requires binary format changes to the index to support and there is no precedent in Java for layering this functionality on top of Lucene 4.8.0. Not to mention, we lose the ability to debug if we don't have a Lucene version to compare execution paths with and the test framework requires additional support to be built in to support newer versions. The only sensible way to do this is to upgrade the entire project to the entire version, not one feature at a time. Given this functionality already exists in a later version, we will be implementing it when we do the upgrade. I am closing because this isn't an "issue" so much as something that is already part of the planned upgrade. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org