I have embedded solr wrapper code that does exactly this, with some
minor modifications to MultiCore.  The one missing piece is that for the
duration of step #3 below, adds and deletes to mainCore queued for
tempCore and applied when the reindex operation is complete.

-jrr

On Wed, 2007-12-19 at 18:01 -0500, Ryan McKinley wrote:

> 1. public queries "mainCore"
> 2. LOAD("tempCore") with same configs as "mainCore"
> 3. send all <add> commands to "tempCore"
> 5. SWAP("mainCore","tempCore") -- a synchronized name swap
> 6. UNLOAD("tempCore")


Reply via email to