Currently, to enable SOLR search, you have to:

  1. Enable the SOLR server and set it's configuration
  2. Enable and attach the SOLR index to the SOLR server

It'd be great if we could provide an admin settings form that made this easier and quicker!

What would be ideal, is a checkbox like "Enable SOLR search" which when clicked shows the settings form for the SOLR server, so that the user can immediately enter the http protocol, host, port and path. Then when saving this form it would do all the enabling and change the settings on the SOLR server. After making these changes, the panopoly_search Feature shouldn't be overridden.