mirror of https://github.com/apache/lucene.git
3.2 -> 3.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f5843bc8e
commit
a7ff96d997
|
@ -48,6 +48,13 @@ public enum Version {
|
|||
*/
|
||||
@Deprecated
|
||||
LUCENE_32,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 3.3 release.
|
||||
* @deprecated (4.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_33,
|
||||
|
||||
/** Match settings and bugs in Lucene's 4.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue