From 3e7adf4cdb72de155d92924ee91ac862e932f3a7 Mon Sep 17 00:00:00 2001 From: Shawn Heisey Date: Sat, 5 Aug 2017 11:51:36 -0600 Subject: [PATCH] SOLR-10821: fix precommit on new ref guide content - change tabs to spaces --- solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc index fad2c83de76..0dc875a2a18 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc @@ -169,7 +169,7 @@ Changing the cluster preferences after the cluster is already built doesn't auto { "set-cluster-preferences" : [ {"minimize": "cores"} - ] + ] } ---- @@ -229,9 +229,9 @@ You can see the __TODO__ section to know more about the allowed values for each [source,json] ---- { - "set-cluster-policy": [ - {"replica": "<2", "shard": "#EACH", "node": "#ANY"} - ] + "set-cluster-policy": [ + {"replica": "<2", "shard": "#EACH", "node": "#ANY"} + ] } ---- @@ -316,4 +316,4 @@ This command accepts a policy name to be removed from Solr. The policy being rem } ---- -If you attempt to remove a policy that is being used by a collection then this command will fail to delete the policy until the collection itself is deleted. \ No newline at end of file +If you attempt to remove a policy that is being used by a collection then this command will fail to delete the policy until the collection itself is deleted.