mirror of https://github.com/apache/lucene.git
Add Version.LUCENE_6_2_0.
This commit is contained in:
parent
73045a4cd8
commit
18ac2978a9
|
@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
|
||||||
======================= Lucene 7.0.0 =======================
|
======================= Lucene 7.0.0 =======================
|
||||||
(No Changes)
|
(No Changes)
|
||||||
|
|
||||||
|
======================= Lucene 6.2.0 =======================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
======================= Lucene 6.1.0 =======================
|
======================= Lucene 6.1.0 =======================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
|
@ -52,6 +52,13 @@ public final class Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
|
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 6.2.0 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_6_2_0 = new Version(6, 2, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 7.0.0 release.
|
* Match settings and bugs in Lucene's 7.0.0 release.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
|
@ -45,6 +45,9 @@ Optimizations
|
||||||
check on every request and move connection lifecycle management towards the client.
|
check on every request and move connection lifecycle management towards the client.
|
||||||
(Ryan Zezeski, Mark Miller, Shawn Heisey, Steve Davids)
|
(Ryan Zezeski, Mark Miller, Shawn Heisey, Steve Davids)
|
||||||
|
|
||||||
|
================== 6.2.0 ==================
|
||||||
|
(No Changes)
|
||||||
|
|
||||||
================== 6.1.0 ==================
|
================== 6.1.0 ==================
|
||||||
|
|
||||||
Upgrading from Solr any prior release
|
Upgrading from Solr any prior release
|
||||||
|
|
Loading…
Reference in New Issue