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: [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]