This deprecated value should be fixed at least

Former-commit-id: b65317611bbe1784b0b8b14b7c31e86623952cf8
This commit is contained in:
Hans Joachim Desserud
2015-01-03 22:11:05 +01:00
parent 9390e71dd9
commit ae22719985

View File

@@ -31,7 +31,7 @@ public final class LuceneUtils {
* The current version of Lucene being used. Declaring this one place so an upgrade doesn't require hunting through
* the code base.
*/
public static final Version CURRENT_VERSION = Version.LUCENE_45;
public static final Version CURRENT_VERSION = Version.LATEST;
/**
* Private constructor as this is a utility class.