You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/09/17 09:44:19 UTC

[33/47] lucene-solr:jira/solr-12709: SOLR-12612: Accept custom keys in cluster properties (doc changes)

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

Also added missing known cluster properties


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ccd9f6fc
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ccd9f6fc
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ccd9f6fc

Branch: refs/heads/jira/solr-12709
Commit: ccd9f6fccb2fe7312150cb2844dbd4fbfaf1e7e6
Parents: 0af269f
Author: Tomas Fernandez Lobbe <tf...@apache.org>
Authored: Thu Sep 6 14:38:35 2018 -0700
Committer: Tomas Fernandez Lobbe <tf...@apache.org>
Committed: Thu Sep 6 14:38:35 2018 -0700

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ccd9f6fc/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 80ce941..43825e8 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -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.