From a6d39ba859eb81c9359ff9ae1f1683cfd70169b3 Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Thu, 27 Sep 2018 15:25:17 +1000 Subject: [PATCH] targetNode is not required for move-replica --- .../src/resources/apispec/collections.collection.Commands.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/solrj/src/resources/apispec/collections.collection.Commands.json b/solr/solrj/src/resources/apispec/collections.collection.Commands.json index b4e87b01259..d77cb62654c 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",