Hi, currently on dev. I use following command (in a browser) to create a new core (we use Solr in a multi-core mode):
http:\\localhost:8080\solr-rel-1-00-7064\admin\cores?action=CREATE&name=test&instanceDir=c:\data\solr\cores\test&config=c:\data\solr\cores\test\conf\solrconfig.xml&schema=c:\data\solr\cores\test\conf\schema.xml&dataDir=c:\data\solr\cores_data\test We are about to move to prod. environment and my question is how I can create a new core from the command line (on prod we can only use the shell) ? Any ideas ? Regards, S. -- View this message in context: http://www.nabble.com/Solr%3A-How-to-create-a-core-from-the-command-line---tp26081356p26081356.html Sent from the Solr - User mailing list archive at Nabble.com.