Update versions

This commit is contained in:
Alan Woodward 2018-03-12 09:26:14 +00:00
parent 13d1c4b466
commit 1f68a3375d
3 changed files with 27 additions and 0 deletions

View File

@ -93,6 +93,9 @@ Optimizations
or phrase queries as sub queries, which know how to leverage this information or phrase queries as sub queries, which know how to leverage this information
to run faster. (Adrien Grand) to run faster. (Adrien Grand)
======================= Lucene 7.4.0 =======================
(No Changes)
======================= Lucene 7.3.0 ======================= ======================= Lucene 7.3.0 =======================
API Changes API Changes

View File

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

View File

@ -36,6 +36,23 @@ Upgrade Notes
when a negative value is produced. This change is due to the fact that when a negative value is produced. This change is due to the fact that
Lucene now requires scores to be positive. (Adrien Grand) Lucene now requires scores to be positive. (Adrien Grand)
================== 7.4.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
Versions of Major Components
---------------------
Apache Tika 1.17
Carrot2 3.15.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.11
Jetty 9.4.8.v20171121
(No Changes)
================== 7.3.0 ================== ================== 7.3.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.