uschindler commented on code in PR #15285:
URL: https://github.com/apache/lucene/pull/15285#discussion_r2423244891
##########
lucene/core/src/java25/org/apache/lucene/internal/vectorization/VectorizedVectorizationProvider.java:
##########
@@ -28,30 +28,30 @@
import org.apache.lucene.util.SuppressForbidden;
/** A vectorization provider that leverages the Panama Vector API. */
-final class PanamaVectorizationProvider extends VectorizationProvider {
+final class VectorizedVectorizationProvider extends VectorizationProvider {
Review Comment:
Same for the other classes. Everything which uses incubatoing APIs should
keep its name with "Panama" (as it is called "Panama Vectorization" in the JEP).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]