...
The installer still configures some things for Solr thoughtthough, which means that the installer still has a retains the parameter called: "installSolr".
"installSolr" no longer decides whether or not Solr should be installed or not. It now works together with the parameter "solrLocalPath", where if "installSolr" is $True, a folder will be created during the installation in the place where "solrLocalPath" describes.
...
Variable | Value | Description |
---|---|---|
installSolr | $True/$False | If $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. |
...