dsmiley commented on PR #4418: URL: https://github.com/apache/solr/pull/4418#issuecomment-4425299342
Out of scope here... I remain troubled by the excessive overloading of methods on SolrClient that take a collection param. I'd rather see them all gone; SolrClient just talks to a node but has a method to return a CollectionOperationsClient interface implementation (a new thing). It wouldn't subclass SolrClient; it's just a bunch of methods users expect send requests that are collection-scoped. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
