mirror of https://github.com/apache/lucene.git
SOLR-10821: fix precommit on new ref guide content - change tabs to spaces
This commit is contained in:
parent
cff5e98583
commit
3e7adf4cdb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue