mirror of https://github.com/apache/lucene.git
SOLR-12536: ref guide typo fixed
This commit is contained in:
parent
90424cbe27
commit
dfb18a6d72
|
@ -161,7 +161,7 @@ Each attribute in the policy may specify one of the following operators along wi
|
||||||
* `!`: Not
|
* `!`: 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
|
* 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`
|
** `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.*`
|
** `sysprop.*`
|
||||||
** `port`
|
** `port`
|
||||||
** `ip_*`
|
** `ip_*`
|
||||||
|
|
Loading…
Reference in New Issue