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

   Camel case support is now better. `getProp("solr.fooBar")` now falls back to 
`solr.foo.bar`. Also setting env `SOLR_FOO_BAR` will set both `solr.fooBar` due 
to the unstandard mapping, and `solr.foo.bar`.
   
   This makes it easier for us to either continue using some of the camelCase 
props in our code, since CAMEL_CASE will find them, or to deprecate and support 
both over some time. We'll still need some mappings if we want better names. 


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