- Issue created by @dcimorra
In the ShardFieldManager class, more specifically in the block that evaluates the instance type behind it, the plugin_id, in the case of SolrCloud, is expected to be exactly “solr_cloud”.
This causes that when the plugin type is, for example, solr_cloud_basic_auth, it is not executed correctly.
As a solution it is proposed to modify this condition to contemplate all those that are of type solr_cloud.
Active
2.0
Code