Interface AddReplicaPropertyApi
-
@Path("/collections/{collName}/shards/{shardName}/replicas/{replicaName}/properties/{propName}") public interface AddReplicaPropertyApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
addReplicaProperty(String collName, String shardName, String replicaName, String propertyName, AddReplicaPropertyRequestBody requestBody)
-
-
-
Method Detail
-
addReplicaProperty
@PUT SolrJerseyResponse addReplicaProperty(@PathParam("collName") String collName, @PathParam("shardName") String shardName, @PathParam("replicaName") String replicaName, @PathParam("propName") String propertyName, AddReplicaPropertyRequestBody requestBody) throws Exception
- Throws:
Exception
-
-