mirror of https://github.com/apache/lucene.git
add LUCENE_35
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b2548df48
commit
82649a21b4
|
@ -66,6 +66,13 @@ public enum Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
LUCENE_34,
|
LUCENE_34,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 3.5 release.
|
||||||
|
* @deprecated (4.0) Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
LUCENE_35,
|
||||||
|
|
||||||
/** Match settings and bugs in Lucene's 4.0 release.
|
/** Match settings and bugs in Lucene's 4.0 release.
|
||||||
* <p>
|
* <p>
|
||||||
* Use this to get the latest & greatest settings, bug
|
* Use this to get the latest & greatest settings, bug
|
||||||
|
|
Loading…
Reference in New Issue