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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
mergeIndexes(String coreName, MergeIndexesRequestBody mergeIndexesRequestBody)
-
-
-
Method Detail
-
mergeIndexes
@POST SolrJerseyResponse mergeIndexes(@PathParam("coreName") String coreName, MergeIndexesRequestBody mergeIndexesRequestBody) throws Exception
- Throws:
Exception
-
-