shubhamvishu commented on code in PR #15508:
URL: https://github.com/apache/lucene/pull/15508#discussion_r2793441508
##########
lucene/core/src/java/org/apache/lucene/internal/vectorization/VectorizationProvider.java:
##########
@@ -178,9 +178,9 @@ static VectorizationProvider lookup(boolean testMode) {
}
} catch (NoSuchMethodException | IllegalAccessException e) {
throw new LinkageError(
- "PanamaVectorizationProvider is missing correctly typed
constructor", e);
+ "NativeVectorizationProvider is missing correctly typed
constructor", e);
} catch (ClassNotFoundException cnfe) {
- throw new LinkageError("PanamaVectorizationProvider is missing in
Lucene JAR file", cnfe);
+ throw new LinkageError("NativeVectorizationProvider is missing in
Lucene JAR file", cnfe);
}
Review Comment:
Makes sense, I'll make it opt-in here.
--
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]