git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1541183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-11-12 18:12:20 +00:00
parent 3c9e753df6
commit 04493c01d6
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@ public enum Version {
@Deprecated @Deprecated
LUCENE_46, 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. /** Match settings and bugs in Lucene's 5.0 release.
* <p> * <p>
* Use this to get the latest &amp; greatest settings, bug * Use this to get the latest &amp; greatest settings, bug