just making sure that you're aware of the built-in replication: http://wiki.apache.org/solr/SolrReplication
can pull the indexes, along with config files. cheers, rob 2010/12/15 Robert Gründler <rob...@dubture.com>: > Hi again, > > let's say you have 2 solr Instances, which have both exactly the same > configuration (schema, solrconfig, etc). > > Could it cause any troubles if we import an index from a SQL database on solr > instance A, and copy the whole > index to the datadir of solr instance B (both solr instances run on different > servers) ?. > > As far as i can tell, this should work and solr instance B should have the > exact same index as solr instance A after the copy-process. > > Do we miss something, or is this workflow safe to go with? > > -robert