You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/09/03 20:45:41 UTC

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #850: SOLR-13727: Bug fix for V2Request handling in HttpSolrClient

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org