mirror of https://github.com/apache/lucene.git
SOLR-12636: escape arrow glyph to fix precommit
This commit is contained in:
parent
cb1db48252
commit
6c11284e7c
|
@ -246,7 +246,7 @@ This supports values calculated at the time of execution.
|
||||||
** `freedisk`
|
** `freedisk`
|
||||||
* `#ALL` : This is applied to the `replica` attribute only. This means all replicas that meet the rule condition.
|
* `#ALL` : This is applied to the `replica` attribute only. This means all replicas that meet the rule condition.
|
||||||
* `#EQUAL`: This is applied to the `replica` and `cores` attributes only. This means equal number of replicas/cores in each bucket. The buckets can be defined using an array operator (`[]`) or `#EACH`. The buckets can be defined using the following properties:
|
* `#EQUAL`: This is applied to the `replica` and `cores` attributes only. This means equal number of replicas/cores in each bucket. The buckets can be defined using an array operator (`[]`) or `#EACH`. The buckets can be defined using the following properties:
|
||||||
** `node` <- <<Rule Types,global rules>>, i.e. with the `cores` attribute, may only specify this attribute
|
** `node` \<- <<Rule Types,global rules>>, i.e. with the `cores` attribute, may only specify this attribute
|
||||||
** `sysprop.*`
|
** `sysprop.*`
|
||||||
** `port`
|
** `port`
|
||||||
** `diskType`
|
** `diskType`
|
||||||
|
|
Loading…
Reference in New Issue