...
In short, the first time you perform an installation of the DC where you already have a Solr installed, you set both "installSolr" (to $True) and "solrLocalPath", where a . A folder will now will be generated in your Solr installation with all the necessary security settings configured for the relevant users. Additionally, the DC's web.config will get the Solr URL inserted.
Variable | Value | Description |
---|---|---|
installSolr | $TrueIndicates | that Solr should be installedIf $True, DC will create and set up rights to a folder in the Solr installation + The Solr URL will be set in the web.config file. |
After having run through the installer (or updated with the installer) where "installSolr" has been set to $True, then performing an update where "installSolr" is $True again is redundant, as the folder and rights have already been created/set.
...