noblepaul commented on a change in pull request #850: SOLR-13727: Bug fix for
V2Request handling in HttpSolrClient
URL: https://github.com/apache/lucene-solr/pull/850#discussion_r320470306
##########
File path:
solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java
##########
@@ -330,6 +333,12 @@ protected ModifiableSolrParams
calculateQueryParams(Set<String> queryParamNames,
}
return queryModParams;
}
+
+ private String changeV2RequestEndpoint(String basePath) throws
MalformedURLException {
Review comment:
this could be made a `public static` method
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]