Hi Lucene dev team, I am a Android software engineer from Huawei Device Company, and have some Android compatible issues wandering if you can help to clarify.
Our latest smart phone MATE9 use Lucene as the search engine for local information, such as message in Email, SMS, Calendar and so on. But the Lucene jar version is very old (4.5.0), because if use newer version, APK will crash with the following information: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/invoke/MethodHandles; We found that the JDK in Android is slightly different with desktop version which Lucene build upon. So, we would like to know: Is there any plan that Lucene team will develop a “Lite”version that could run on a mobile device, or fix the crash issues which will enable the current version compatible with Android platform. Also, if we fix the Android compatible issues, is it possible for us to submit changes into the main branch? Best Regards, Fusheng Xu from Huawei.
