mirror of https://github.com/apache/lucene.git
add 4.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1541183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c9e753df6
commit
04493c01d6
|
@ -82,6 +82,13 @@ public enum Version {
|
|||
@Deprecated
|
||||
LUCENE_46,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 4.7 release.
|
||||
* @deprecated (5.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_47,
|
||||
|
||||
/** Match settings and bugs in Lucene's 5.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
Loading…
Reference in New Issue