mirror of https://github.com/apache/lucene.git
SOLR-11500: MOVEREPLICA api missing in V2
This commit is contained in:
parent
79f31d1d34
commit
acdf87cc41
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue