ChrisHegarty commented on code in PR #13339: URL: https://github.com/apache/lucene/pull/13339#discussion_r1608072908
########## lucene/core/src/java21/org/apache/lucene/internal/vectorization/PanamaVectorizationProvider.java: ########## @@ -73,4 +75,9 @@ private static <T> T doPrivileged(PrivilegedAction<T> action) { public VectorUtilSupport getVectorUtilSupport() { return vectorUtilSupport; } + + @Override + public FlatVectorsScorer newFlatVectorScorer() { Review Comment: I don't envisage stateful. Replacing _new_ with _get_ is more flexible. Done. -- 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