Class MoveReplicaAPI


  • public class MoveReplicaAPI
    extends Object
    V2 API for moving a collection replica to a different physical node.

    The new API (POST /v2/collections/collectionName {'move-replica': {...}}) is analogous to the v1 /admin/collections?action=MOVEREPLICA command.

    See Also:
    MoveReplicaPayload
    • Constructor Detail

    • Method Detail

      • moveReplica

        public void moveReplica​(PayloadObj<org.apache.solr.client.solrj.request.beans.MoveReplicaPayload> obj)
                         throws Exception
        Throws:
        Exception