Interface DeleteReplicaPropertyApi
-
@Path("/collections/{collName}/shards/{shardName}/replicas/{replicaName}/properties/{propName}") public interface DeleteReplicaPropertyApi
V2 API definition for removing a property from a collection replicaThis API is analogous to the v1 /admin/collections?action=DELETEREPLICAPROP command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
deleteReplicaProperty(String collName, String shardName, String replicaName, String propertyName)
-