Interface ForceLeaderApi


  • @Path("/collections/{collectionName}/shards/{shardName}/force-leader")
    public interface ForceLeaderApi
    V2 API definition for triggering a leader election on a particular collection and shard.
    • Method Detail

      • forceShardLeader

        @POST
        SolrJerseyResponse forceShardLeader​(@PathParam("collectionName")
                                            String collectionName,
                                            @PathParam("shardName")
                                            String shardName)