epugh commented on PR #1499:
URL: https://github.com/apache/solr/pull/1499#issuecomment-1488915814

   > > For simple URL -> SolrClient (no further customization), I admit the 
STCJ4 method was nice. Can we keep these and just focus here on anything else?
   > 
   > Sure! Do you think we keep this name?
   > 
   > ```
   > collection1 = getHttpSolrClient(url + "/collection1");
   > ```
   > 
   > or maybe change it to
   > 
   > ```
   > collection1 = getSolrClient(url + "/collection1");
   > ```
   > 
   > ?
   > 
   > I guess I am wondering if the `Http` part matters... Thinking that if Http 
matters, then you should use a Builder...
   
   @dsmiley checkout out 47d7190b71eb68b6857506053ce91e296d3b77d0 where I went 
ahead and kept the use of Http2SolrClient, but used the helper method on 
SolrTestCaseJ4.


-- 
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

Reply via email to