Hello all, I have a quick question but I cannot find a quick answer :-)
I have a Java client running on the same JVM where Solr is running. The Solr I have is a multicore. How can I retrieve from the Java client the different cores available? I tried with: ... CoreContainer container = new CoreContainer(); Collection<SolrCore> cores = container.getCores(); ... but I get nothing useful... :-( Is there any static method that lets me get this collection? Thanks a lot! Giovanni