, and then throw
away the old searcher and expose this new one".
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Alex Benjamen <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Friday, February 29, 2008 3:16:08 PM
I'm looking at snappuller script and the only thing I see it doing is managing
the snapshot
pulling via rsync.
And then once the new distribution is in ${data_dir}/${name}-wip it simpy moves
it to the
index dir:
# move into place atomically
mv ${data_dir}/${name}-wip ${data_dir}/${name}
What