and if so, what's the syntax? say I'm creating a core via the URL, something like
http://localhost:8983/solr/admin/cores?action=CREATE&name=coreX&instanceDir=path_to_instance_directory&config=config_file_name.xml&schema=schem_file_name.xml&dataDir=data Should be able to do (the dataDir bit) http://localhost:8983/solr/admin/cores?action=CREATE&name=coreX&instanceDir=path_to_instance_directory&config=config_file_name.xml&schema=schem_file_name.xml&dataDir=${sysdata:data} Yes, I'm being lazy, but I'm writing tests for SOLR-4910 and my naive attempts to do this with CoreAdminHandler failed. I'll look some more after my nap (this is the weekend after all). Thanks, Erick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
