I have created a new collection in Solr using the HUE web interface and I am able to insert the data for existing collections into Solr using Python code and the Solr API.
But I would like to create a new Solr collection using Python code, for which it requires that the configuration files should be existing in Zookeeper beforehand.
Could you please assist on how to create these configuration files in Zookeeper, preferably using Python?