mirror of https://github.com/apache/lucene.git
Adding version 6.1.0
This commit is contained in:
parent
deb6a4907b
commit
a2120730a6
|
@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
|
||||||
======================= Lucene 7.0.0 =======================
|
======================= Lucene 7.0.0 =======================
|
||||||
(No Changes)
|
(No Changes)
|
||||||
|
|
||||||
|
======================= Lucene 6.1.0 =======================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
======================= Lucene 6.0.0 =======================
|
======================= Lucene 6.0.0 =======================
|
||||||
|
|
||||||
System Requirements
|
System Requirements
|
||||||
|
|
|
@ -41,6 +41,13 @@ public final class Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final Version LUCENE_6_0_0 = new Version(6, 0, 0);
|
public static final Version LUCENE_6_0_0 = new Version(6, 0, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 6.1.0 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 7.0.0 release.
|
* Match settings and bugs in Lucene's 7.0.0 release.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,6 +19,9 @@ See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
|
||||||
================== 7.0.0 ==================
|
================== 7.0.0 ==================
|
||||||
(No Changes)
|
(No Changes)
|
||||||
|
|
||||||
|
================== 6.1.0 ==================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
================== 6.0.0 ==================
|
================== 6.0.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||||
|
|
Loading…
Reference in New Issue