From commits-return-103548-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Mon Sep 17 11:43:57 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 57F1C18067C for ; Mon, 17 Sep 2018 11:43:55 +0200 (CEST) Received: (qmail 83193 invoked by uid 500); 17 Sep 2018 09:43:50 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 80999 invoked by uid 99); 17 Sep 2018 09:43:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2018 09:43:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09EC5E11BC; Mon, 17 Sep 2018 09:43:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ab@apache.org To: commits@lucene.apache.org Date: Mon, 17 Sep 2018 09:44:19 -0000 Message-Id: <0b7efe35ffed4bb5805bdc8b93649413@git.apache.org> In-Reply-To: <4b7534baef1d4a97b32ecc08aa40b90c@git.apache.org> References: <4b7534baef1d4a97b32ecc08aa40b90c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Thu Sep 6 14:38:35 2018 -0700 Committer: Tomas Fernandez Lobbe 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.