Add Version.LUCENE_6_2_0.

This commit is contained in:
Adrien Grand 2016-06-08 14:33:49 +02:00
parent 73045a4cd8
commit 18ac2978a9
3 changed files with 13 additions and 0 deletions

View File

@ -6,6 +6,9 @@ http://s.apache.org/luceneversions
======================= Lucene 7.0.0 =======================
(No Changes)
======================= Lucene 6.2.0 =======================
(No Changes)
======================= Lucene 6.1.0 =======================
New Features

View File

@ -52,6 +52,13 @@ public final class Version {
@Deprecated
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.
* <p>

View File

@ -45,6 +45,9 @@ Optimizations
check on every request and move connection lifecycle management towards the client.
(Ryan Zezeski, Mark Miller, Shawn Heisey, Steve Davids)
================== 6.2.0 ==================
(No Changes)
================== 6.1.0 ==================
Upgrading from Solr any prior release