Add new version number for 8.1.1 release. Move the SOLR-13475 entry to the correct section.

This commit is contained in:
Andrzej Bialecki 2019-05-20 17:07:25 +02:00
parent 4591f67390
commit 410d8935ba
3 changed files with 26 additions and 5 deletions

View File

@ -16,6 +16,9 @@ Improvements
* LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier * LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier
as opposed to eliminating them during scoring construction. (Atri Sharma via Jim Ferenczi) as opposed to eliminating them during scoring construction. (Atri Sharma via Jim Ferenczi)
======================= Lucene 8.1.1 =======================
(No Changes)
======================= Lucene 8.1.0 ======================= ======================= Lucene 8.1.0 =======================
API Changes API Changes

View File

@ -138,6 +138,13 @@ public final class Version {
@Deprecated @Deprecated
public static final Version LUCENE_8_1_0 = new Version(8, 1, 0); public static final Version LUCENE_8_1_0 = new Version(8, 1, 0);
/**
* Match settings and bugs in Lucene's 8.1.1 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_8_1_1 = new Version(8, 1, 1);
/** /**
* Match settings and bugs in Lucene's 8.2.0 release. * Match settings and bugs in Lucene's 8.2.0 release.
* <p> * <p>

View File

@ -50,11 +50,6 @@ New Features
* SOLR-12304: The MoreLikeThisComponent now supports the mlt.interestingTerms parameter. Previously this option was * SOLR-12304: The MoreLikeThisComponent now supports the mlt.interestingTerms parameter. Previously this option was
unique to the MLT handler. (Alessandro Benedetti via David Smiley) unique to the MLT handler. (Alessandro Benedetti via David Smiley)
Bug Fixes
----------------------
* SOLR-13475: Null Pointer Exception when querying collection through collection alias. (Jörn Franke, ab)
Other Changes Other Changes
---------------------- ----------------------
@ -65,6 +60,22 @@ Other Changes
* SOLR-13467: Include the S2 Geometry lib to make it simpler to use prefixTree="s2" on a Geo3D spatial field. * SOLR-13467: Include the S2 Geometry lib to make it simpler to use prefixTree="s2" on a Geo3D spatial field.
Improved documentation on Geo3D too. (David Smiley) Improved documentation on Geo3D too. (David Smiley)
================== 8.1.1 ==================
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 2.0 and Velocity Tools 3.0
Apache ZooKeeper 3.4.14
Jetty 9.4.14.v20181114
Bug Fixes
----------------------
* SOLR-13475: Null Pointer Exception when querying collection through collection alias. (Jörn Franke, ab)
================== 8.1.0 ================== ================== 8.1.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.