benwtrent opened a new pull request, #12571: URL: https://github.com/apache/lucene/pull/12571
When re-using the HNSW graph during segment merges, it is possible that more than the configured `M*2` connections could be made per vector. In those instances, we should allow the graph to still be read from the codec and searchable. This does not obviate the need to ensure the vector writer and graph builder correctly restrict the number of connections to be a within a reasonable limit. -- 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]
