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 2018/09/27 05:25:31 UTC

lucene-solr:branch_7x: targetNode is not required for move-replica

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x ecd392a08 -> faad36d24


targetNode is not required for move-replica


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

Branch: refs/heads/branch_7x
Commit: faad36d24358b283bf99109edbdbf6dfb95adf11
Parents: ecd392a
Author: Noble Paul <no...@apache.org>
Authored: Thu Sep 27 15:25:17 2018 +1000
Committer: Noble Paul <no...@apache.org>
Committed: Thu Sep 27 15:25:17 2018 +1000

----------------------------------------------------------------------
 .../src/resources/apispec/collections.collection.Commands.json    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/faad36d2/solr/solrj/src/resources/apispec/collections.collection.Commands.json
----------------------------------------------------------------------
diff --git a/solr/solrj/src/resources/apispec/collections.collection.Commands.json b/solr/solrj/src/resources/apispec/collections.collection.Commands.json
index b4e87b0..d77cb62 100644
--- a/solr/solrj/src/resources/apispec/collections.collection.Commands.json
+++ b/solr/solrj/src/resources/apispec/collections.collection.Commands.json
@@ -53,8 +53,7 @@
           "default": "true",
           "description": "For replicas that use shared filesystems allow 'in-place' move that reuses shared data."
         }
-      },
-      "required":["targetNode"]
+      }
     },
     "migrate-docs":{
       "type":"object",