Re: [External] Re: Can lucene be used in Android ?

2022-09-12 Thread Uwe Schindler
That is exactly as said: Lucene main branch is our development branch and will possibly be branched as Lucene 10, this branch is currently at Java 17 minimum. For current releases of Apache Lucene 9, we use a separate branch "branch_9x" where we cherry-pick stuff. This branch runs with Java

Re: [External] Re: Can lucene be used in Android ?

2022-09-11 Thread Shifflett, David [USA]
Hi Uwe, I am a little confused by your 2 statements. > Lucene 9.x series requires JDK 11 to run > The main branch is already on JDK 17 Will Lucene 9.x run on JDK 17? Is 9.x 'the main branch'? Thanks, David Shifflett Senior Lead Technologist Enterprise Cross Domain Solutions (ECDS) Booz Allen

Re: Can lucene be used in Android ?

2022-09-10 Thread Uwe Schindler
Hi Jie, actually the Lucene 9.x series requires JDK 11 to run, previous versions also work with Java 8. The main branch is already on JDK 17. From my knowledge, you may only use Lucene versions up to 8 to have at least a chance to run it. But with older Android version you may even need to go

Re: Can lucene be used in Android ?

2022-09-09 Thread Michael Sokolov
no, and I think it could be challenging to go the route of using Dalvik/ART. Maybe you can run an actual JDK on Android? See https://openjdk.org/projects/mobile/android.html On Fri, Sep 9, 2022 at 9:27 AM Jie Wang wrote: > > Hey, > > Recently, I am trying to compile the Lucene to get a jar that

Can lucene be used in Android ?

2022-09-09 Thread Jie Wang
Hey, Recently, I am trying to compile the Lucene to get a jar that can be used in Android, but failed. Is there an official version that supports the use of Lucene on Android? Thanks! - To unsubscribe, e-mail: