benchaplin commented on code in PR #13984: URL: https://github.com/apache/lucene/pull/13984#discussion_r1838509594
########## lucene/core/src/java/org/apache/lucene/index/CheckIndex.java: ########## @@ -406,6 +411,21 @@ public static final class VectorValuesStatus { public Throwable error; } + /** Status from testing HNSW graph */ + public static final class HnswGraphStatus { + + HnswGraphStatus() {} + + /** Number of nodes in the graph */ + public int hnswGraphSize; Review Comment: Good point - renamed it `totalNumNodes` to be extra clear. -- 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