You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/03/08 16:19:27 UTC

lucene-solr:master: SOLR-11722: Minor improvements to documentation in collections.Commands.json

Repository: lucene-solr
Updated Branches:
  refs/heads/master b17052e85 -> 582c82872


SOLR-11722: Minor improvements to documentation in collections.Commands.json


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

Branch: refs/heads/master
Commit: 582c828727b306844c550bbeb6390f52a9bda092
Parents: b17052e
Author: David Smiley <ds...@apache.org>
Authored: Thu Mar 8 11:19:22 2018 -0500
Committer: David Smiley <ds...@apache.org>
Committed: Thu Mar 8 11:19:22 2018 -0500

----------------------------------------------------------------------
 solr/solrj/src/resources/apispec/collections.Commands.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/582c8287/solr/solrj/src/resources/apispec/collections.Commands.json
----------------------------------------------------------------------
diff --git a/solr/solrj/src/resources/apispec/collections.Commands.json b/solr/solrj/src/resources/apispec/collections.Commands.json
index 245a224..c845ee4 100644
--- a/solr/solrj/src/resources/apispec/collections.Commands.json
+++ b/solr/solrj/src/resources/apispec/collections.Commands.json
@@ -128,7 +128,7 @@
     },
     "create-alias": {
       "documentation": "https://lucene.apache.org/solr/guide/collections-api.html#createalias",
-      "description": "Allows one or more collections to be known by another name, or creates an alias that manages a series of time-partitioned collections.. If this command is used on an existing alias, the existing alias will be replaced with the new collection details.",
+      "description": "Allows one or more collections to be known by another name (to include time partitioned collections). If this command is used on an existing alias, the existing alias will be replaced with the new collection details.",
       "type": "object",
       "properties": {
         "name": {
@@ -137,7 +137,7 @@
         },
         "collections": {
           "type": "array",
-          "description": "The list of collections to be known as this alias. Incompatible with any of the routing parameters. Either this parameter or a complete set of routing parameters is required",
+          "description": "The list of collections to be known as this alias. Incompatible with any of the routing parameters. Either this parameter or a complete set of routing parameters is required.",
           "items": {
             "type": "string"
           }
@@ -145,7 +145,7 @@
         "router" : {
           "type":"object",
           "documentation": "https://lucene.apache.org/solr/guide/collections-api.html#createalias",
-          "description":"routing specific attributes",
+          "description":"Routing specific properties to define a time routed alias.  Do not specify 'collections' when creating a time routed alias.",
           "properties" : {
             "name" : {
               "type" : "string",