Is it possible to create new cores in SOLR via HTTP? I can't seem to find a definitive answer to what seems like a very simple question...
Each core I want to create will have the same schema/configuration (multi-tenant SaaS architecture).
I found this page:
Which makes me think it's possible, but it's not very clear on specifically what each parameter I'm supposed to pass in actually is:
instanceDir - is this the path to where I want the new core to reside, or where the existing "template" core resides? is it a full file path, or a relative one? relative to what?
config - is this a full file path to the existing config file? or a relative one? relative to what?
schema - same as above
dataDir - is this the data dir of the existing core, or the new one? full file path? relative? relative to what? does it already have to exist, or will SOLR create it for me?
http://what should be here???
Since buddy86's answer withhttp://'localhost':8983...
does not look right at first glance. – Jacobian