mirror of https://github.com/apache/lucene.git
Adding version 5.5.3
This commit is contained in:
parent
82af82c50f
commit
f87a677dc7
|
@ -633,6 +633,9 @@ Other
|
|||
* LUCENE-7095: Add point values support to the numeric field query time join.
|
||||
(Martijn van Groningen, Mike McCandless)
|
||||
|
||||
======================= Lucene 5.5.3 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 5.5.2 =======================
|
||||
|
||||
Bug Fixes
|
||||
|
|
|
@ -116,6 +116,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_5_5_2 = new Version(5, 5, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.5.3 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_5_3 = new Version(5, 5, 3);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* @deprecated (6.1.0) Use latest
|
||||
*/
|
||||
|
|
|
@ -1182,6 +1182,29 @@ Other Changes
|
|||
* SOLR-8904: DateUtil in SolrJ moved to the extraction contrib as ExtractionDateUtil. Obsolete methods were removed.
|
||||
(David Smiley)
|
||||
|
||||
======================= 5.5.3 =======================
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.7
|
||||
Carrot2 3.10.4
|
||||
Velocity 1.7 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.4.6
|
||||
Jetty 9.2.13.v20150730
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
* SOLR-9290: TCP-connections in CLOSE_WAIT spike during heavy indexing and do not decrease.
|
||||
(Mads Tomasgård Bjørgan, Anshum Gupta, Shai Erera, hossman, Mark Miller, yonik, shalin)
|
||||
|
||||
* SOLR-7280: Load cores in sorted order & limit threads to improve cluster stability (noble, Erick Erickson, shalin)
|
||||
|
||||
|
||||
* SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch (Pushkar Raste, noble)
|
||||
|
||||
======================= 5.5.2 =======================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
Loading…
Reference in New Issue