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:27:22 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 03c9c0435 -> a6d39ba85


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/a6d39ba8
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a6d39ba8
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a6d39ba8

Branch: refs/heads/master
Commit: a6d39ba859eb81c9359ff9ae1f1683cfd70169b3
Parents: 03c9c04
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:27:08 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/a6d39ba8/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",