SOLR-12612: Accept custom keys in cluster properties (doc changes)

Also added missing known cluster properties
This commit is contained in:
Tomas Fernandez Lobbe 2018-09-06 14:38:35 -07:00
parent 0af269fb49
commit ccd9f6fccb
1 changed files with 2 additions and 1 deletions

View File

@ -1085,7 +1085,8 @@ Add, edit or delete a cluster-wide property.
=== CLUSTERPROP Parameters === CLUSTERPROP Parameters
`name`:: `name`::
The name of the property. Supported properties names are `urlScheme` and `autoAddReplicas and location`. Other names are rejected with an error. The name of the property. Supported properties names are `autoAddReplicas`, `legacyCloud` , `location`, `maxCoresPerNode` and `urlScheme`. Other properties can be set
(for example, if you need them for custom plugins) but they must begin with the prefix `ext.`. Unknown properties that don't begin with `ext.` will be rejected.
`val`:: `val`::
The value of the property. If the value is empty or null, the property is unset. The value of the property. If the value is empty or null, the property is unset.