You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/11/02 14:55:37 UTC

[GitHub] [lucenenet] chenhh021 commented on issue #644: Robustness issue in QuadPrefixTree

chenhh021 commented on issue #644:
URL: https://github.com/apache/lucenenet/issues/644#issuecomment-1300594973

   I find lucene ever fix the same bug via this [commit](https://github.com/apache/lucene/commit/26628b2717a73235db56fde94f7f5b64cbc5b8b2) . Although it was done for lucene 9.4, the changed code is shared by the present version of lucene.net. 
   
   I have created a [PR](https://github.com/apache/lucenenet/pull/738) mimic that commit. What I have done include:
   
   1.Reimplement QuadPrefixTree's getCell method;
   2. Add a version check so the older versions still use the older implementation.
   
   Could anyone take a review?


-- 
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-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org