On Feb 21, 2007, at 4:37 PM, Jack L wrote:
2. For each index, do I need to copy this directory and start a solr instance? Is it possible to run one solr instance for multiple indices?
Further on this than Hoss mentioned... you can share a common configuration among multiple Solr instances without copying the directory by using system property substitutions recently added to Solr:
<http://wiki.apache.org/solr/SolrConfigXml#head- d30367ed9b794622d81c4320aad69a7575cd03d3>
These substitutions work in both schema.xml and solrconfig.xml. Erik