janhoy commented on PR #1935:
URL: https://github.com/apache/solr/pull/1935#issuecomment-1731382216

   > This is all looking really great @janhoy ... If the process of getting 
this done everywhere is a big job, make other jira's and maybe split them up by 
area so others can help?
   
   For sure my plan. Just want as many eyes as possible on the first foundation 
to detect flaws. When this is in, it also opens up for simplifying 
documentation, e.g.
   
   ```
   SOLR_OPTS="$SOLR_OPTS 
-Dsolr.allowUrls=http://localhost:8983,http://localhost:8984";
   ```
   can be supported as:
   ```
   SOLR_ALLOW_URLS=http://localhost:8983,http://localhost:8984
   ```
   ...in either `solr.in.sh` or as an environment before starting Solr.
   
   We also need to 
   * Document ENV/Props naming convention in dev-guide
   * Deprecate use of all unstandard names e.g. `enable.packages` -->  add 
alias `solr.packages.enable`


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