gerlowskija commented on code in PR #2714: URL: https://github.com/apache/solr/pull/2714#discussion_r1778714874
########## solr/solrj/src/java/org/apache/solr/client/solrj/SolrClient.java: ########## @@ -1194,6 +1194,17 @@ public final NamedList<Object> request(final SolrRequest<?> request) return request(request, null); } + /** Review Comment: Not sure where the best place for this is. This PR adds it for the benefit of the new 'Http2SolrClient.requestWithBaseUrl' method, but it seems generally useful to SolrJ users. Maybe it should get its own file? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org