dweiss commented on code in PR #15439:
URL: https://github.com/apache/lucene/pull/15439#discussion_r2544978323


##########
lucene/core/src/java/org/apache/lucene/util/hnsw/MergingHnswGraphBuilder.java:
##########
@@ -145,8 +145,10 @@ private void updateGraph(HnswGraph gS, int[] ordMapS) 
throws IOException {
     IntHashSet j = UpdateGraphsUtils.computeJoinSet(gS);
 
     // for nodes that in the join set, add them directly to the graph

Review Comment:
   ```suggestion
       // add nodes in the join set directly to the graph
   ```



-- 
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]

Reply via email to