On Thu, Oct 28, 2010 at 3:42 AM, Ron Mayer <r...@0ape.com> wrote:
> If I want to move a core from one physical machine to another,
> is it as simple as just
>   scp -r core5 otherserver:/path/on/other/server/
> and then adding
>    <core name="core5name" instanceDir="core5" />
> on that other server's solr.xml file and restarting the server there?

If "core5" is the local Solr data directory for that core,
yes that should work. Of course, you will also have to ensure
that the schema, and other configuration details, e.g., in
solrconfig.xml, match.

> PS: Should have I been able to figure the answer to that
>    out by RTFM somewhere?

Maybe not specifically noted, but copying Solr's index by
copying the data directory to a new machine was always
possible, as far as I know.

Regards,
Gora

Reply via email to