Class DeleteReplicaPropertyAPI


  • public class DeleteReplicaPropertyAPI
    extends Object
    V2 API for removing a property from a collection replica

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

    See Also:
    DeleteReplicaPropertyPayload
    • Constructor Detail

      • DeleteReplicaPropertyAPI

        public DeleteReplicaPropertyAPI​(CollectionsHandler collectionsHandler)
    • Method Detail

      • deleteReplicaProperty

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