sul-dlss-labs / sparql_to_sw_solr

uses SPARQL queries against a triplestore to create Solr documents specific to SearchWorks.
Other
0 stars 1 forks source link

use settings.yml file for currently hardcoded config info #8

Open ndushay opened 7 years ago

ndushay commented 7 years ago

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.

ndushay commented 7 years ago

include