You simply create two cores. One in solr/cores/core1 and another in solr/cores/core2 They each have a separate conf and data directory,and the index in in core#/data/index.
Really, its' just introducing one more level. You can experiment just by configuring a core and copying your index to solr/cores/yourcore/data/index. After, of course, configuring Solr.xml to understand cores. Best Erick On Thu, Apr 28, 2011 at 7:27 PM, Paul Libbrecht <p...@hoplahup.net> wrote: >> It would probable be safest just to set up a separate system as >> multi-core from the start, get the process working and then either use >> the new machine or copy the whole setup to the production machine. >> >> On Thu, Apr 28, 2011 at 8:49 AM, Paul Libbrecht <p...@hoplahup.net> wrote: >>> Just where to do I put the new index data with such a command? Simply >>> replacing the segment files appears dangerous to me. > > > Any idea where I should put the data directory before calling the reload > command? > paul