Lucene core doesn't use native code, only Java APIs. So if the JVM is available for your platform, it should work just fine (if it doesn't, it's a JVM/ vendor bug). You can always scan the source repository to peek around.
D. On Wed, Nov 17, 2021 at 1:27 PM Mark Jens <[email protected]> wrote: > > > > On Tue, 16 Nov 2021 at 16:51, Vincenzo D'Amore <[email protected]> wrote: >> >> Hi, yes it is supported, given that there is a java virtual machine for them. > > > Thanks for your answer, Vincenzo! > > The Java/JVM is clear! > My doubts are with any native code usage. > > For now my only real confirmation that ARM64 is supported is via > Elasticsearch. Since ES supports Linux ARM64, Lucene should be fine too. > >> >> >> On Tue, Nov 16, 2021 at 2:44 PM Mark Jens <[email protected]> wrote: >>> >>> Hello Lucene devs, >>> >>> I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ? >>> >>> I know that Lucene is Java based but I am not sure whether it uses native >>> code for some optimizations. >>> I've heard that Lucene uses some advanced Java APIs and often is used by >>> JDK developers to test for regressions. >>> So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone already >>> do it ? Any concerns/drawbacks ? >>> >>> Thank you! >>> >>> Mark >> >> >> >> -- >> Vincenzo D'Amore >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
