chenhh021 opened a new pull request, #738: URL: https://github.com/apache/lucenenet/pull/738
Fix [#644](https://github.com/apache/lucenenet/issues/644) by mimic lucene code. For reference, see this [commit](https://github.com/apache/lucene/commit/26628b2717a73235db56fde94f7f5b64cbc5b8b2) on lucene side. It was for lucene 9.4, but much of the change is valid for the present version of lucene.net. Contents are: 1. Reimplement QuadPrefixTree's getCell method. 2. Add a version check so the older versions still use the older implementation. I have confirmed that all spatial tests pass after these changes. Could anyone help review this PR? -- 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