SOLR-11500: MOVEREPLICA api missing in V2

This commit is contained in:
Noble Paul 2017-10-23 15:34:17 +10:30
parent 79f31d1d34
commit acdf87cc41
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ public class CollectionApiMapping {
"target.collection", "target",
"forward.timeout", "forwardTimeout"
)),
MOVE_REPLICA(PER_COLLECTION,
POST, MOVEREPLICA, "move-replica", null),
REBALANCE_LEADERS(PER_COLLECTION,
POST,
REBALANCELEADERS,