: > Can I point 2 Solr instances to the same index partition, having the same : > path in SolrConfig? : : Yes, that should work fine.
you might run into some weirdness if you send updates/delets to both instances .. basically you'll want to configure all but one instace as a "slave" and anytime you do a commit on the master you'll want to trigger a commit on all of the slaves so that they reopen the index. (just like using the snapshot scripts, except you don't need to snapshoot, snappull, or snapinstall) -Hoss