git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-09-22 12:12:04 +00:00
parent 6f0f9a8a10
commit 4f03c1ec95
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@ public enum Version {
*/ */
@Deprecated @Deprecated
LUCENE_40, LUCENE_40,
/**
* Match settings and bugs in Lucene's 4.1 release.
* @deprecated (5.0) Use latest
*/
@Deprecated
LUCENE_41,
/** Match settings and bugs in Lucene's 5.0 release. /** Match settings and bugs in Lucene's 5.0 release.
* <p> * <p>