SOLR-10821: fix precommit on new ref guide content - change tabs to spaces

This commit is contained in:
Shawn Heisey 2017-08-05 11:51:36 -06:00
parent cff5e98583
commit 3e7adf4cdb
1 changed files with 5 additions and 5 deletions

View File

@ -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.
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.