Ref Guide/CHANGES: fix typos in page refs and format of CHANGES entry

This commit is contained in:
Cassandra Targett 2020-03-04 16:25:14 -06:00
parent e8828f2a1c
commit f6afb8b165
2 changed files with 4 additions and 4 deletions

View File

@ -232,7 +232,7 @@ Other Changes
* SOLR-10306: Document in Reference Guide how to disable or reduce swapping (janhoy) * 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) execute `uname -a` and "`uptime`" on non-Windows platforms is no longer made. (rmuir)
================== 8.4.1 ================== ================== 8.4.1 ==================

View File

@ -59,7 +59,7 @@ If you are upgrading Solr with an atomic restart strategy:
* If you dont use async or REQUESTSTATUS operations, you should be able to restart and not see any issues. * If you dont use async or REQUESTSTATUS operations, you should be able to restart and not see any issues.
* If you do use Collection API operations: * If you do use Collection API operations:
. Pause Collection API operations. . Pause Collection API operations.
. Cleanup queues (See the section <<collections-api.html#deletestatus,DELETESTATUS>> for examples) . Cleanup queues (See the section <<collections-api.adoc#deletestatus,DELETESTATUS>> for examples)
if you use async operations. if you use async operations.
. Upgrade and restart the nodes. . Upgrade and restart the nodes.
. Resume all normal operations. . Resume all normal operations.
@ -72,7 +72,7 @@ any issues.
way is to: way is to:
. Pause Collection API operations. . Pause Collection API operations.
. Upgrade and restart all nodes. . Upgrade and restart all nodes.
. Cleanup queues (See the section <<collections-api.html#deletestatus,DELETESTATUS>> for examples) . Cleanup queues (See the section <<collections-api.adoc#deletestatus,DELETESTATUS>> for examples)
if you use async operations. if you use async operations.
. Resume all normal operations. . Resume all normal operations.
@ -104,7 +104,7 @@ See also the section <<securing-solr.adoc#enable-ip-access-control,Enable IP Acc
The BlockJoinFacetComponent is marked for deprecation and will be removed in 9.0. The BlockJoinFacetComponent is marked for deprecation and will be removed in 9.0.
Users are encouraged to migrate to `uniqueBlock()` in JSON Facet API. Users are encouraged to migrate to `uniqueBlock()` in JSON Facet API.
More information about this is available in the section <<json-faceting-domain-changes.html#block-join-domain-changes,Block Join Domain Changes>>. More information about this is available in the section <<json-faceting-domain-changes.adoc#block-join-domain-changes,Block Join Domain Changes>>.
*Caching with the Boolean Query Parser* *Caching with the Boolean Query Parser*