SOLR-12536: ref guide typo fixed

This commit is contained in:
Noble Paul 2018-07-27 14:27:51 +10:00
parent 90424cbe27
commit dfb18a6d72
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Each attribute in the policy may specify one of the following operators along wi
* `!`: Not
* Range operator `(-)` : a value such as `"3-5"` means a value between 3 to 5 (inclusive). This is only supported in the following attributes
** `replica`
** array operator . e.g: `sysprop.zone = ["east", "west","apac"]`. This is equivalent to having multiple rules with each of these values. This can be used in the following attributes
* array operator . e.g: `sysprop.zone = ["east", "west","apac"]`. This is equivalent to having multiple rules with each of these values. This can be used in the following attributes
** `sysprop.*`
** `port`
** `ip_*`