Class InstallShardDataAPI


  • @Path("/collections/{collName}/shards/{shardName}/install")
    public class InstallShardDataAPI
    extends AdminAPIBase
    A V2 API that allows users to import an index constructed offline into a shard of their collection

    Particularly useful for installing (per-shard) indices constructed offline into a SolrCloud deployment. Callers are required to put the collection into read-only mode prior to installing data into any shards of that collection, and should exit read only mode when completed.