From f6afb8b165cb588b498d1b49aa8e5256b37091c6 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Wed, 4 Mar 2020 16:25:14 -0600 Subject: [PATCH] Ref Guide/CHANGES: fix typos in page refs and format of CHANGES entry --- solr/CHANGES.txt | 2 +- solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a194c3ec9fb..26f8d380a3d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -232,7 +232,7 @@ Other Changes * SOLR-10306: Document in Reference Guide how to disable or reduce swapping (janhoy) -SOLR-13983: Process execution is removed from SystemInfoHandler. A best-effort attempt to +* SOLR-13983: Process execution is removed from SystemInfoHandler. A best-effort attempt to execute `uname -a` and "`uptime`" on non-Windows platforms is no longer made. (rmuir) ================== 8.4.1 ================== diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc index 598105f07d0..3bb14335b9a 100644 --- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc +++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc @@ -59,7 +59,7 @@ If you are upgrading Solr with an atomic restart strategy: * If you don’t use async or REQUESTSTATUS operations, you should be able to restart and not see any issues. * If you do use Collection API operations: . Pause Collection API operations. -. Cleanup queues (See the section <> for examples) +. Cleanup queues (See the section <> for examples) if you use async operations. . Upgrade and restart the nodes. . Resume all normal operations. @@ -72,7 +72,7 @@ any issues. way is to: . Pause Collection API operations. . Upgrade and restart all nodes. -. Cleanup queues (See the section <> for examples) +. Cleanup queues (See the section <> for examples) if you use async operations. . Resume all normal operations. @@ -104,7 +104,7 @@ See also the section <>. +More information about this is available in the section <>. *Caching with the Boolean Query Parser*