Class ShardsApi
- java.lang.Object
-
- org.apache.solr.client.solrj.request.ShardsApi
-
public class ShardsApi extends Object
Experimental SolrRequest's and SolrResponse's for shards, generated from an OAS.See individual request and response classes for more detailed and relevant information.
All SolrRequest implementations rely on v2 APIs which may require a SolrClient configured to use the '/api' path prefix, instead of '/solr'.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShardsApi.CreateShard
static class
ShardsApi.CreateShardResponse
static class
ShardsApi.DeleteShard
static class
ShardsApi.DeleteShardResponse
static class
ShardsApi.ForceShardLeader
static class
ShardsApi.ForceShardLeaderResponse
static class
ShardsApi.InstallShardData
static class
ShardsApi.InstallShardDataResponse
static class
ShardsApi.SyncShard
static class
ShardsApi.SyncShardResponse
-
Constructor Summary
Constructors Constructor Description ShardsApi()
-