mirror of https://github.com/apache/lucene.git
do not create a 5.6.0 version now since 5.5.0 is the last 5.x feature release
This commit is contained in:
parent
5d2fb9cf69
commit
b8f251d8e9
|
@ -131,9 +131,6 @@ Other
|
|||
|
||||
* LUCENE-7035: Upgrade icu4j to 56.1/unicode 8. (Robert Muir)
|
||||
|
||||
======================= Lucene 5.6.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 5.5.0 =======================
|
||||
|
||||
New Features
|
||||
|
|
|
@ -102,13 +102,6 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_5_5_0 = new Version(5, 5, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.6.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_6_0 = new Version(5, 6, 0);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
|
|
|
@ -263,11 +263,6 @@ Other Changes
|
|||
|
||||
* SOLR-7339: Upgrade Jetty to v9.3.6.v20151106. (Gregg Donovan, shalin, Mark Miller)
|
||||
|
||||
======================= 5.6.0 =======================
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
||||
* SOLR-5730: Make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr.
|
||||
(Christine Poerschke, hossmann, Tomás Fernández Löbbe, Shai Erera)
|
||||
|
||||
|
|
Loading…
Reference in New Issue