SOLR-12636: escape arrow glyph to fix precommit

This commit is contained in:
Steve Rowe 2018-08-09 09:56:17 -04:00
parent cb1db48252
commit 6c11284e7c
1 changed files with 1 additions and 1 deletions

View File

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