From 16ee847663d67d1b003228d809dac6d5e30f2682 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Wed, 24 Oct 2018 15:04:33 -0500 Subject: [PATCH] SOLR-12827: remove monospace in headings; correct formatting for heading level indicator; remove redundant "Example #" in the example titles --- solr/solr-ref-guide/src/collections-api.adoc | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc index 47a09d0b07d..673cb1b3a50 100644 --- a/solr/solr-ref-guide/src/collections-api.adoc +++ b/solr/solr-ref-guide/src/collections-api.adoc @@ -1208,13 +1208,11 @@ http://localhost:8983/solr/admin/collections?action=CLUSTERPROP&name=urlScheme&v ---- -=== Deeply Nested Cluster Properties === +=== Setting Cluster-Wide Defaults -==== `defaults` ==== -It is possible to set cluster-wide default values for certain attributes of a collection. +It is possible to set cluster-wide default values for certain attributes of a collection, using the `defaults` parameter. - -*Example 1: Set/update default values* +*Set/update default values* [source] ---- curl -X POST -H 'Content-type:application/json' --data-binary ' @@ -1232,7 +1230,7 @@ curl -X POST -H 'Content-type:application/json' --data-binary ' }' http://localhost:8983/api/cluster ---- -*Example 2: Unset the value of `nrtReplicas` alone* +*Unset the only value of `nrtReplicas`* [source] ---- curl -X POST -H 'Content-type:application/json' --data-binary ' @@ -1247,7 +1245,7 @@ curl -X POST -H 'Content-type:application/json' --data-binary ' }' http://localhost:8983/api/cluster ---- -*Example 2: Unset all values in `defaults`* +*Unset all values in `defaults`* [source] ---- curl -X POST -H 'Content-type:application/json' --data-binary ' @@ -1256,10 +1254,10 @@ curl -X POST -H 'Content-type:application/json' --data-binary ' }' http://localhost:8983/api/cluster ---- -NOTE: Until Solr 7.5, cluster properties supported a "collectionDefaults" key which is now deprecated. Using the API -structure for Solr 7.4 or Solr 7.5 with "collectionDefaults" will continue to work but the format of the properties -will automatically be converted to the new nested structure. Support for the "collectionDefaults" key will be -removed in Solr 9. +NOTE: Until Solr 7.5, cluster properties supported a `collectionDefaults` key which is now deprecated and +replaced with `defaults`. Using the `collectionDefaults` parameter in Solr 7.4 or 7.5 will continue to work + but the format of the properties will automatically be converted to the new nested structure. +Support for the "collectionDefaults" key will be removed in Solr 9. [[collectionprop]] == COLLECTIONPROP: Collection Properties