Hi everyone, I'm trying to write some code for creating and using multi cores.
Is there a method available for this purpose or do I have to do a HTTP to a URL such as http://localhost:8983/solr/admin/cores?action=STATUS&core=core0 Is there an API available for this purpose. For example, if I want to create a new core named "core01" and then check for the status and then insert a document to that index of core01, how do I do it? Any help or a document would help greatly. Thanks in advance. -- Regards, Tharindu