mayya-sharipova commented on a change in pull request #416: URL: https://github.com/apache/lucene/pull/416#discussion_r751671791
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorsFormat.java ########## @@ -69,10 +99,12 @@ static final String META_CODEC_NAME = "Lucene90HnswVectorsFormatMeta"; static final String VECTOR_DATA_CODEC_NAME = "Lucene90HnswVectorsFormatData"; - static final String VECTOR_INDEX_CODEC_NAME = "Lucene90HnswVectorsFormatIndex"; + static final String GRAPH_INDEX_CODEC_NAME = "Lucene90HnswVectorsFormatGraphIndex"; Review comment: Great suggestion, addressed in 2961b1c -- 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