Add 7.3.0 version constant.

This commit is contained in:
Adrien Grand 2017-12-06 10:14:50 +01:00
parent b0416ae7ed
commit e1851c0ce7
3 changed files with 27 additions and 0 deletions

View File

@ -46,6 +46,9 @@ Optimizations
* LUCENE-8040: Optimize IndexSearcher.collectionStatistics, avoiding MultiFields/MultiTerms
(David Smiley, Robert Muir)
======================= Lucene 7.3.0 =======================
(No Changes)
======================= Lucene 7.2.0 =======================
API Changes

View File

@ -60,6 +60,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_7_2_0 = new Version(7, 2, 0);
/**
* Match settings and bugs in Lucene's 7.3.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_7_3_0 = new Version(7, 3, 0);
/**
* Match settings and bugs in Lucene's 8.0.0 release.
* <p>

View File

@ -32,6 +32,23 @@ Jetty 9.3.20.v20170531
(No Changes)
================== 7.3.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
Versions of Major Components
---------------------
Apache Tika 1.16
Carrot2 3.15.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.10
Jetty 9.3.20.v20170531
(No Changes)
================== 7.2.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.