Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
1.3
-
None
-
None
Description
Currently it's possible to create cores "remotely" via SolrJ.
CoreAdminRequest.createCore("acore", "acoreinstancedir", adminServer);
However, this process is incomplete because I need to manually log onto the remote server and place a configuration file as well as a schema file into the conf/ folder in the acoreinstancedir/. It would be great it I can simply submit those files together with the create core request.