iprithv commented on code in PR #4775: URL: https://github.com/apache/solr/pull/4775#discussion_r3864188554
########## solr/solr-ref-guide/modules/deployment-guide/pages/jvm-settings.adoc: ########## @@ -78,6 +78,10 @@ Many of the system environment variables include Java settings, and these can be The Java Properties screen, however, provides easy access to all the properties of the JVM running Solr, including the classpaths, file encodings, JVM memory settings, operating system, and more. +The same information is available from the Node Properties API: `GET /solr/admin/info/properties` (v1) or `GET /api/node/properties` (v2). Review Comment: moved the API note up next to /admin/info/system. thanks! -- 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]
