diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6a530b66d79..7f336e2f9ac 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -93,6 +93,9 @@ Optimizations or phrase queries as sub queries, which know how to leverage this information to run faster. (Adrien Grand) +======================= Lucene 7.4.0 ======================= +(No Changes) + ======================= Lucene 7.3.0 ======================= API Changes diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java index 5e4a0bc3abe..a476bfb0077 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -67,6 +67,13 @@ public final class Version { @Deprecated 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. *

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ab9a9c0f090..6e1658242b0 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -36,6 +36,23 @@ Upgrade Notes when a negative value is produced. This change is due to the fact that 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 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.