epugh commented on PR #1256: URL: https://github.com/apache/solr/pull/1256#issuecomment-1370207339
Okay, at this point, a bit stuck. I thought, hey, maybe I should introduce some sort of `getSolrClientForCollection(String collectionName)`, and so I did in #e8dfd99e6c2d3878cc6517c111d9828270973bdd, however if you look at it, it's kind of silly. at taht point I might as well just use the method `getSolrClient().add(collectionName,docs)` instead! I *could* just update the `cluster.solrClient` to be the one created after creating the collection? and toss the old one? -- 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]
