vyatkinv commented on PR #4320: URL: https://github.com/apache/solr/pull/4320#issuecomment-4366579103
> I don't see any problem with `jdbc:solr://http://solr1:8080/solr,http://solr2:8080/solr?collection=foo` from a human reading perspective. I mean, maybe you would want `jdbc:solr://http://solr1:8080/solr?collection=foo,http://solr2:8080/solr?collection=foo`? Hmm, I'm thinking of simply substringing everything between `jdbc:solr:` and the question mark (or the end of the string) and treating that as the connection string. Then replace it with some placeholder and parse the remaining parameters via `java.net.URL` as is currently the case (to account for URL encoding). Do you see any pitfalls in this implementation? -- 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]
