mayya-sharipova commented on a change in pull request #649: URL: https://github.com/apache/lucene/pull/649#discussion_r802150904
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsReader.java ########## @@ -311,7 +313,9 @@ public void close() throws IOException { final int maxConn; final int numLevels; final int dimension; + private final int size; final int[] ordToDoc; + final IntUnaryOperator ordToDocOperator; Review comment: addressed in 6bf1aea543ddb3d19909a5bc3d9ccbb1b4fcf9e4 -- 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