mayya-sharipova commented on a change in pull request #315: URL: https://github.com/apache/lucene/pull/315#discussion_r720879574
########## File path: lucene/core/src/java/org/apache/lucene/index/KnnGraphValues.java ########## @@ -52,12 +53,21 @@ protected KnnGraphValues() {} */ public abstract int nextNeighbor() throws IOException; - /** Returns top level of the graph * */ - public abstract int maxLevel() throws IOException; + /** Returns the number of levels of the graph */ + public abstract int numOfLevels() throws IOException; Review comment: Great suggestion, addressed for this class and other classes in c55118c2231fda21706ee78665598f9416ac9f6e -- 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