On Thu, Oct 28, 2010 at 8:07 AM, Ephraim Ofir wrote:
> How is this better than replication?
>
> Ephraim Ofir
>
>
It's not; for our needs here, we have not set up replication through SOLR.
We are working through OOM problems/performance tuning first, then "best
practices" second. I just wanted the
How is this better than replication?
Ephraim Ofir
-Original Message-
From: Ken Stanley [mailto:doh...@gmail.com]
Sent: Thursday, October 28, 2010 1:59 PM
To: solr-user@lucene.apache.org
Subject: Re: If I want to move a core from one physical machine to another
On Wed, Oct 27, 2010
On Wed, Oct 27, 2010 at 6:12 PM, Ron Mayer 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
>
> on that other server's solr.xml file and rest
On Thu, Oct 28, 2010 at 3:42 AM, Ron Mayer 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
>
> on that other server's solr.xml file and restartin
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
on that other server's solr.xml file and restarting the server there?
PS: Should have I been able to figure the answer to that