ethbak commented on code in PR #16627:
URL: https://github.com/apache/lucene/pull/16627#discussion_r3971518023
##########
lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java:
##########
@@ -665,6 +678,94 @@ private void link(int level, int n0, int n1, float score,
FixedBitSet notFullyCo
}
}
+ /**
+ * Fixes disconnected nodes at a specific level by searching from each
node's existing neighbors
Review Comment:
Sorry about that, I share the same opinion about these AI code comments. As
I was trying to get it to improve the net-new comments it wrote it seems it
messed with a bunch of others that wasn't my intention. I did this right at the
end of my own self review and didn't think to look at the other comments it
hadnt touched before. Will double check this in the future.
--
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]