R: Solr Hot Backup

2010-11-29 Thread Rodolico Piero
and are not recommended! -Messaggio originale- Da: Jonathan Rochkind [mailto:rochk...@jhu.edu] Inviato: lunedì 29 novembre 2010 19.22 A: solr-user@lucene.apache.org Oggetto: Re: Solr Hot Backup In Solr 1.4, I think the replication features should be able to accomplish your goal, and will b

Re: Solr Hot Backup

2010-11-29 Thread Jonathan Rochkind
In Solr 1.4, I think the replication features should be able to accomplish your goal, and will be easier to use and more robust. On 11/29/2010 10:22 AM, Upayavira wrote: As I understand it, those tools are more Solr 1.3 related, but I don't see why they shouldn't work on 1.4. I would say it is

Re: Solr Hot Backup

2010-11-29 Thread Upayavira
As I understand it, those tools are more Solr 1.3 related, but I don't see why they shouldn't work on 1.4. I would say it is very unlikely that you will corrupt an index with them. Lucene indexes are "write once", that is, any one index file will never be updated, only replaced. This means that t

Solr Hot Backup

2010-11-29 Thread Rodolico Piero
Hi all, How can I backup indexes Solr without stopping the server? I saw the following link: http://wiki.apache.org/solr/SolrOperationsTools http://wiki.apache.org/solr/CollectionDistribution but I'm afraid that running these scripts 'on