dsmiley commented on code in PR #1973: URL: https://github.com/apache/solr/pull/1973#discussion_r1366925010
########## solr/solr-ref-guide/modules/deployment-guide/pages/collection-management.adoc: ########## @@ -250,6 +250,7 @@ If `true` the states of individual replicas will be maintained as individual chi + Set core property _name_ to _value_. See the section xref:configuration-guide:core-discovery.adoc[] for details on supported properties and values. +Those properties are also applied to every new core that will be created when adding replicas to the collection later on. + Review Comment: ```suggestion + Such properties are useful for property substitution in configuration files. + ``` -- 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]
