benwtrent commented on code in PR #15590: URL: https://github.com/apache/lucene/pull/15590#discussion_r2784561471
########## lucene/CHANGES.txt: ########## @@ -197,6 +197,8 @@ Bug Fixes --------------------- * GITHUB#15668: Fix UnsupportedOperationException in WeightedSpanTermExtractor by implementing getFieldInfos in DelegatingLeafReader. (Simranjeet Singh) + +* GITHUB#15590: Fix race and improve performance of HNSW graph building (Viliam Durina) Review Comment: ```suggestion ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
