Hi,

I can't find a good way to create a new Collection with SolrJ.
I need to create my Collections dynamically and at the moment the only way I see is to call the CollectionAdmin with a HTTP Call directly to any of my SolrServers.

I don't like this because I think its a better way only to communicate through the CloudSolrServer connected to the zookeeper Servers and my application dont need to know anything about the Solr Servers behind.

Is there a better way to do this? Maybe through the ZkStateReader inside the CloudSolrServer instance?

Thanks and regards,
Markus

Reply via email to