On 8/20/2010 9:52 PM, Lance Norskog wrote:
Another way to do this is to set up the "live" core to do replication
from the "standby" core. Replication should work this way, between
different cores in the same Solr instance. This is cleaner than
swapping the two cores.
On Thu, Aug 19, 2010 at 7:2
Another way to do this is to set up the "live" core to do replication
from the "standby" core. Replication should work this way, between
different cores in the same Solr instance. This is cleaner than
swapping the two cores.
On Thu, Aug 19, 2010 at 7:25 AM, simon wrote:
> Hi there,
>
> I have sol
Hi there,
I have solr configured with 2 cores, "live" and "standby". "Live" is
used to service search requests from our users. "Standby" is used to
rebuild the index from scratch each night. Currently I have the
postCommit hook setup to swap the two cores over as soon as the indexing
on "standb