Hi,
what about to enable configuration of solr server host/port/base parameters through product config from zope.conf ? I'm wondering how to safely use copy of live site in testing / development environment without polluting solr core used for indexing/search from the live instance. It seems I need to re-configure solr controlpanel every time I update my test/development database from the live server currently and it can be easily forgotten.
I'm not sure what is the best way to implement it though. The best option seems to be change SolrConnectionManager.getConnection and look for product config variables. It would be nice to hide controlpanel host/port/base fields from the form in case of product config variables are found.
Thoughts ?