easyice commented on code in PR #14774: URL: https://github.com/apache/lucene/pull/14774#discussion_r2146346981
########## lucene/core/src/java/org/apache/lucene/util/hnsw/UpdateGraphsUtils.java: ########## @@ -37,11 +36,11 @@ public class UpdateGraphsUtils { * * @return a set of nodes that best cover the graph */ - public static Set<Integer> computeJoinSet(HnswGraph graph) throws IOException { + public static IntHashSet computeJoinSet(HnswGraph graph) throws IOException { Review Comment: Thanks for the guidance. I’ve added `@lucene.internal` for this class. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org