Interface InstallShardDataApi
-
@Path("/collections/{collName}/shards/{shardName}/install") public interface InstallShardDataApi
V2 API definition allowing users to import offline-constructed index into a shard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
installShardData(String collName, String shardName, InstallShardDataRequestBody requestBody)
-
-
-
Method Detail
-
installShardData
@POST SolrJerseyResponse installShardData(@PathParam("collName") String collName, @PathParam("shardName") String shardName, InstallShardDataRequestBody requestBody) throws Exception
- Throws:
Exception
-
-