Interface MergeIndexesApi


  • @Path("/cores/{coreName}/merge-indices")
    public interface MergeIndexesApi
    V2 API for merging one or more indexes(either from multiple Solr cores or multiple index directories) to another index.

    The new API (POST /api/cores/coreName/merge-indices {...}) is equivalent to the v1 /admin/cores?action=mergeindexes command.

    See Also:
    MergeIndexesRequestBody