Re: Using postCommit event to swap cores

2010-08-20 Thread Mike
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

Re: Using postCommit event to swap cores

2010-08-20 Thread Lance Norskog
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

Using postCommit event to swap cores

2010-08-19 Thread simon
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