Interface SyncShardApi
-
@Path("/collections/{collectionName}/shards/{shardName}/sync") public interface SyncShardApi
V2 API definition for triggering a shard-sync operation within a particular collection and shard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
syncShard(String collectionName, String shardName)
-
-
-
Method Detail
-
syncShard
@POST SolrJerseyResponse syncShard(@PathParam("collectionName") String collectionName, @PathParam("shardName") String shardName) throws Exception
- Throws:
Exception
-
-