Merge pull request #1526 from fxthomas/bump-lucene-index-for-8.4.1
Update index version following Lucene upgrade to 8.4.1
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user