Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B1617200BC9 for ; Sat, 26 Nov 2016 18:40:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B024D160B11; Sat, 26 Nov 2016 17:40:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0DC52160B1A for ; Sat, 26 Nov 2016 18:40:25 +0100 (CET) Received: (qmail 98024 invoked by uid 500); 26 Nov 2016 17:40:25 -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 97979 invoked by uid 99); 26 Nov 2016 17:40:24 -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; Sat, 26 Nov 2016 17:40:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8F67E0163; Sat, 26 Nov 2016 17:40:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: noble@apache.org To: commits@lucene.apache.org Date: Sat, 26 Nov 2016 17:40:26 -0000 Message-Id: In-Reply-To: <14322c4cc5d040aaa6b32bf5e4c79136@git.apache.org> References: <14322c4cc5d040aaa6b32bf5e4c79136@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] lucene-solr:apiv2: SOLR-8029: typos archived-at: Sat, 26 Nov 2016 17:40:26 -0000 SOLR-8029: typos Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/16629175 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/16629175 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/16629175 Branch: refs/heads/apiv2 Commit: 16629175125ef896fa38874739f2e5d38d3cc8e3 Parents: 6ec8a14 Author: Noble Paul Authored: Sat Nov 26 23:10:05 2016 +0530 Committer: Noble Paul Committed: Sat Nov 26 23:10:05 2016 +0530 ---------------------------------------------------------------------- .../apispec/collections.collection.Commands.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/16629175/solr/core/src/resources/apispec/collections.collection.Commands.json ---------------------------------------------------------------------- diff --git a/solr/core/src/resources/apispec/collections.collection.Commands.json b/solr/core/src/resources/apispec/collections.collection.Commands.json index ac2120e..dea722e 100644 --- a/solr/core/src/resources/apispec/collections.collection.Commands.json +++ b/solr/core/src/resources/apispec/collections.collection.Commands.json @@ -32,7 +32,8 @@ "type": "string", "description": "Request ID to track this action which will be processed asynchronously" } - } + }, + "required":["target", "splitKey"] }, "balanceshardunique":{ "type":"object", @@ -50,7 +51,8 @@ "type":"string", "description": "the actual property" } - } + }, + "required":["property"] }, "rebalance-leaders" :{ "type":"object", @@ -84,7 +86,7 @@ }, "value": { "type": "string", - "description": "he value to assign to the property" + "description": "The value to assign to the property" }, "shardUnique": { "type": "boolean", @@ -93,7 +95,9 @@ }, "required": [ "name", - "value" + "value", + "shard", + "replica" ] }, "delete-replica-property": { @@ -113,7 +117,8 @@ "type": "string", "description": "The property name" } - } + }, + "required":["shard","replica","property"] } } }