diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc index b9f7f4c23cf..bec5ca3f8d5 100644 --- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc +++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc @@ -27,6 +27,20 @@ Detailed steps for upgrading a Solr cluster are in the section <> for more details about Solr logging. + +* Configuring `slowQueryThresholdMillis` now logs slow requests to a separate file named `solr_slow_requests.log`. Previously they would get logged in the `solr.log` file. + +* In the <> of scaling Solr, a slave no longer commits an empty index when a completely new index is detected on master during replication. To return to the previous behavior pass `false` to `skipCommitOnMasterVersionZero` in the slave section of replication handler configuration, or pass it to the `fetchindex` command. + +If you are upgrading from a version earlier than Solr 7.3, please see previous version notes below. + === Solr 7.3 See the https://wiki.apache.org/solr/ReleaseNote73[7.3 Release Notes] for an overview of the main new features in Solr 7.3. @@ -55,6 +69,8 @@ This means to upgrade to Solr 8 in the future, you will need to be on Solr 7.3 o * The top-level `` element in `solrconfig.xml` is now officially deprecated in favour of the equivalent `` syntax. This element has been out of use in default Solr installations for several releases already. +If you are upgrading from a version earlier than Solr 7.2, please see previous version notes below. + === Solr 7.2 See the https://wiki.apache.org/solr/ReleaseNote72[7.2 Release Notes] for an overview of the main new features in Solr 7.2. @@ -75,6 +91,8 @@ For example, `{!prefix f=myfield v=enterp}` or `\_query_:"{!prefix f=myfield v=e + If you need full backwards compatibility for the time being, use `luceneMatchVersion=7.1.0` or something earlier. +If you are upgrading from a version earlier than Solr 7.1, please see previous version notes below. + === Solr 7.1 See the https://wiki.apache.org/solr/ReleaseNote71[7.1 Release Notes] for an overview of the main new features of Solr 7.1. @@ -104,6 +122,8 @@ See the section <> before starting your upgrade. + == Upgrading to 7.x from Any 6.x Release The upgrade from Solr 6.x to Solr 7.0 introduces several *major* changes that you should be aware of before upgrading. Please do a thorough review of the section <> before starting your upgrade.