Class AddReplicaPropertyAPI


  • public class AddReplicaPropertyAPI
    extends Object
    V2 API for adding a property to a collection replica

    This API (POST /v2/collections/collectionName {'add-replica-property': {...}}) is analogous to the v1 /admin/collections?action=ADDREPLICAPROP command.

    See Also:
    AddReplicaPropertyPayload
    • Constructor Detail

      • AddReplicaPropertyAPI

        public AddReplicaPropertyAPI​(CollectionsHandler collectionsHandler)
    • Method Detail

      • addReplicaProperty

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