benwtrent commented on code in PR #14181: URL: https://github.com/apache/lucene/pull/14181#discussion_r1936114735
########## lucene/core/src/java/org/apache/lucene/codecs/hnsw/DefaultFlatVectorScorer.java: ########## @@ -90,23 +91,29 @@ public String toString() { private static final class ByteScoringSupplier implements RandomVectorScorerSupplier { private final ByteVectorValues vectors; private final ByteVectorValues vectors1; - private final ByteVectorValues vectors2; private final VectorSimilarityFunction similarityFunction; private ByteScoringSupplier( ByteVectorValues vectors, VectorSimilarityFunction similarityFunction) throws IOException { this.vectors = vectors; vectors1 = vectors.copy(); Review Comment: I can happily rename everywhere. We use the same pattern many times. -- 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