You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2016/11/26 17:40:26 UTC

[3/3] lucene-solr:apiv2: SOLR-8029: typos

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 <no...@apache.org>
Authored: Sat Nov 26 23:10:05 2016 +0530
Committer: Noble Paul <no...@apache.org>
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"]
     }
   }
 }