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

   I absolutely love all this clean up!   I'll be honest, all the flavours of 
variables have been a bit confusing ;-)...   I think some accretion over time 
of concepts layered on concepts...
   
   So one thing I'll ask, "Is any of this required?"...   I suspect that I 
don't quite understand how some folks use Solr...   I pretty much only ever run 
one Solr per VM/image with proxies in front etc, so in my world, Solr is always 
http, Solr is always localhost (127.0.01?), and Solr is always port 8983 when I 
am on that node.   I had actually been hoping to move in the direction of 
eliminating the whole port, schema, host variables, and just using a url 
everywhere....    I want to encourage us to be able to use the various commands 
like `bin/solr create` from anywhere, which would imply that you pretty much 
only ever do a `bin/solr [your_command] --solrUrl https://myserverincloud:50678 
-u user:password` instead of the current way of looking up local variables.   
This pattern may come from I generally stand up a solr as step one, and then 
externally, as step 2, interact with it.
   
   Regardless, this is all amazing work!   
   
   


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

Reply via email to