mirror of https://github.com/apache/lucene.git
SOLR-12612: Accept custom keys in cluster properties (doc changes)
Also added missing known cluster properties
This commit is contained in:
parent
0af269fb49
commit
ccd9f6fccb
|
@ -1085,7 +1085,8 @@ Add, edit or delete a cluster-wide property.
|
|||
=== CLUSTERPROP Parameters
|
||||
|
||||
`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`::
|
||||
The value of the property. If the value is empty or null, the property is unset.
|
||||
|
|
Loading…
Reference in New Issue