uschindler commented on PR #13572:
URL: https://github.com/apache/lucene/pull/13572#issuecomment-2333805272
Hi the whole setup of the calls to native code are not correct. In Lucene we
don't use or need "--enable-preview", because we have a special way to compile
the code ("you added it marked as "hacky"). In fact, the Java code must be
placed in the `src/java21` folder which gets a special compilation (using
apijar) files that also ensure it works with Java 22 and later.
So basically the code would need to be added to the VectorizationProvider.
Anyways: At moment we do not want to have native code in Lucene Core.
--
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]