uschindler commented on code in PR #13401: URL: https://github.com/apache/lucene/pull/13401#discussion_r1611261932
########## lucene/test-framework/src/java/module-info.java: ########## @@ -19,6 +19,7 @@ @SuppressWarnings({"module", "requires-automatic", "requires-transitive-automatic"}) module org.apache.lucene.test_framework { uses org.apache.lucene.codecs.KnnVectorsFormat; + uses org.apache.lucene.index.VectorSimilarityFunction; Review Comment: this can be removed if you impelemt it correctly (see below) -- 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