Class SplitCoreAPI

java.lang.Object
org.apache.solr.handler.admin.api.SplitCoreAPI

public class SplitCoreAPI extends Object
V2 API for splitting a single core into multiple pieces

The new API (POST /v2/cores/coreName {'split': {...}}) is equivalent to the v1 /admin/cores?action=split command.