AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
603 stars 199 forks source link

Upgrade Lucene package(s) in JSword #1858

Open tuomas2 opened 3 years ago

tuomas2 commented 3 years ago

https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-common

We have ancient version

https://github.com/AndBible/jsword/blob/master/build.gradle.kts

Not sure what are the benefits, but I guess there could be improvements to searching.

Might need to re-create search indices if we do this.

Related: #1840

tuomas2 commented 3 years ago

Related: #186