Merge pull request #1526 from fxthomas/bump-lucene-index-for-8.4.1

Update index version following Lucene upgrade to 8.4.1
master
François-Xavier Thomas 4 years ago committed by GitHub
commit ed15920306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      airsonic-main/src/main/java/org/airsonic/player/service/search/IndexManager.java

@ -74,7 +74,7 @@ public class IndexManager {
* DocumentFactory or the class that they use.
*
*/
private static final int INDEX_VERSION = 17;
private static final int INDEX_VERSION = 18;
/**
* Literal name of index top directory.

Loading…
Cancel
Save