Class InstallShardData

  • All Implemented Interfaces:
    InstallShardDataApi

    public class InstallShardData
    extends AdminAPIBase
    implements InstallShardDataApi
    V2 API implementation allowing users to import offline-constructed index into a shard.

    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.