mirror of https://github.com/apache/lucene.git
Add 7.7.0 version
This commit is contained in:
parent
0330372f04
commit
6d9c714052
|
@ -192,6 +192,9 @@ Optimizations
|
|||
* LUCENE-8507: TopFieldCollector can now update the minimum competitive score if the primary sort
|
||||
is by relevancy and the total hit count is not required. (Jim Ferenczi)
|
||||
|
||||
======================= Lucene 7.7.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.6.0 =======================
|
||||
|
||||
Build:
|
||||
|
|
|
@ -103,6 +103,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_6_0 = new Version(7, 6, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.7.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_7_0 = new Version(7, 7, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||
* <p>
|
||||
|
|
|
@ -98,6 +98,22 @@ Other Changes
|
|||
|
||||
* SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view (janhoy)
|
||||
|
||||
================== 7.7.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.19.1
|
||||
Carrot2 3.16.0
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache ZooKeeper 3.4.11
|
||||
Jetty 9.4.11.v20180605
|
||||
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
||||
================== 7.6.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
Loading…
Reference in New Issue