epugh commented on code in PR #1149:
URL: https://github.com/apache/solr/pull/1149#discussion_r1009507911
##########
solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java:
##########
@@ -3235,6 +3236,14 @@ private static boolean isChildDoc(Object o) {
return o instanceof SolrInputDocument;
}
+ public static String getUrlFrom(SolrClient solrClient) {
+ if (solrClient instanceof HttpSolrClient) {
Review Comment:
lets get some feedback from @dsmiley on our direction!
--
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]