uschindler commented on code in PR #13401:
URL: https://github.com/apache/lucene/pull/13401#discussion_r1611268935


##########
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 will also speed up tests using the randomness as the heavy lookup is 
prevented. This should not be done over and over.



-- 
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

Reply via email to