Add two solr/CHANGES.txt entries for SOLR-14981 and SOLR-15046. (#2149)

So that 8.8.0 sections match on master and branch_8x branches.
This commit is contained in:
Christine Poerschke 2020-12-17 12:40:05 +00:00 committed by GitHub
parent c94b035df8
commit fa41ea51d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -262,6 +262,8 @@ Bug Fixes
* SOLR-12182: Don't persist base_url in ZK as the URL scheme is variable, compute from node_name instead when reading
state back from ZK. (Timothy Potter)
* SOLR-15046: Check if SOLR_SSL_ENABLED strictly equal to true for setting solr.jetty.https.port (Timothy Potter)
* SOLR-14939: JSON range faceting to support cache=false parameter. (Christine Poerschke, Mike Drob)
Other Changes
@ -269,6 +271,9 @@ Other Changes
* SOLR-14954: Heavily edit reindexing.adoc (Sameul García Martínez and Erick Erickson)
* SOLR-14981: Removed search results clustering contrib from 8x (due to Carrot2 incompatibility with Java 1.8).
(Dawid Weiss)
* SOLR-14995: Update Jetty to 9.4.34 (Mike Drob)
* SOLR-14958: Refactor zkHost config logic to make testing easier and reduce risk of incorrect value being used (hossman)