I am unable to create a collection named 'testCollection' in the Solr Cloud.
URL: :8080/solr/admin/collections?action=CREATE&name=testCollection
Response: :
<str name="Operation create caused exception:">
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: No config set found to associate with the collection.
</str>
As per the documentation: (https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI) for create collction API, "collection.configName"
is not a mandatory field. If not provided, Solr will default to the collection name as the configuration name.
Why am I still facing this issue?
Is collection.configName mandatory?
How do I find out the associated collection.configName on zookeeper?