See lib/solr_service.rb; there are a number of settings for the Solr connection we may want to have configurable in there.
Note that config/settings.yml is already expected in shared/config directory; if we add a settings.yml file but aren't planning to use shared_configs, then we should remove it from the shared/config directory and just keep it as a normal file in the project.
If we do want to use shared_configs, then we need to make a branch in shared_configs and add the branch to puppet and use the commented out task in config/deploy.rb to get the latest shared_config on deploy.
I think it's fine to let this languish until we're further along with solr doc creation and attempts to write docs to Solr to see if more config settings surface, etc.
See
lib/solr_service.rb
; there are a number of settings for the Solr connection we may want to have configurable in there.Note that
config/settings.yml
is already expected inshared/config
directory; if we add asettings.yml
file but aren't planning to useshared_configs
, then we should remove it from theshared/config
directory and just keep it as a normal file in the project.If we do want to use
shared_configs
, then we need to make a branch inshared_configs
and add the branch to puppet and use the commented out task inconfig/deploy.rb
to get the latest shared_config on deploy.I think it's fine to let this languish until we're further along with solr doc creation and attempts to write docs to Solr to see if more config settings surface, etc.