这个项目的主要目的是在将Lucene5.5.0这个版本移植到Android平台使用。
具体开发过程以及使用参见LuceneForAndroid
To build the JARs, use the commands:
cd lucene
ant -Dmobilejars=../build/<destination> clean mobile-build-modules-without-testWhere <destination> is a directory of your choice. The prefix ../build/
is a trick to gather JARs to a unified folder under lucene/build/
Currently, the original Lucene tests don't run with this fork. Many ant
tasks are also potentially broken.
主要参考mobilelucene
特别感谢Lukhnos Liu