mirror of https://github.com/apache/lucene.git
add 4.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1454976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd0855c4fe
commit
55d9d0b69e
|
@ -54,6 +54,13 @@ public enum Version {
|
|||
@Deprecated
|
||||
LUCENE_42,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 4.3 release.
|
||||
* @deprecated (5.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_43,
|
||||
|
||||
/** 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