Re: How to restore an index from a backup over HTTP

2014-09-04 Thread Greg Solovyev
Thanks Jeff! Thanks, Greg - Original Message - From: "Jeff Wartes" To: solr-user@lucene.apache.org Sent: Wednesday, August 20, 2014 10:36:07 AM Subject: Re: How to restore an index from a backup over HTTP Here’s the repo: https://github.com/whitepages/solrcloud_manager

Re: How to restore an index from a backup over HTTP

2014-08-20 Thread Jeff Wartes
Greg > >- Original Message - >From: "Jeff Wartes" >To: solr-user@lucene.apache.org >Sent: Monday, August 18, 2014 9:49:28 PM >Subject: Re: How to restore an index from a backup over HTTP > >I¹m able to do cross-solrcloud-cluster index copy using nothing more t

Re: How to restore an index from a backup over HTTP

2014-08-18 Thread Greg Solovyev
che.org Sent: Sunday, August 17, 2014 12:28:12 AM Subject: Re: How to restore an index from a backup over HTTP On 8/16/2014 4:03 AM, Greg Solovyev wrote: > Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty > straight forward, but the main concern I have is the in

Re: How to restore an index from a backup over HTTP

2014-08-18 Thread Greg Solovyev
notice. > >Thanks, >Greg > >- Original Message - >From: "Shawn Heisey" >To: solr-user@lucene.apache.org >Sent: Friday, August 15, 2014 7:31:19 PM >Subject: Re: How to restore an index from a backup over HTTP > >On 8/15/2014 5:51 AM, Greg Solovye

Re: How to restore an index from a backup over HTTP

2014-08-18 Thread Jeff Wartes
gt;Thanks, >Greg > >- Original Message - >From: "Shawn Heisey" >To: solr-user@lucene.apache.org >Sent: Friday, August 15, 2014 7:31:19 PM >Subject: Re: How to restore an index from a backup over HTTP > >On 8/15/2014 5:51 AM, Greg Solovyev wrote: >&g

Re: How to restore an index from a backup over HTTP

2014-08-16 Thread Shawn Heisey
On 8/16/2014 4:03 AM, Greg Solovyev wrote: > Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty > straight forward, but the main concern I have is the internal data format > that ReplicationHandler and SnapPuller use. This new handler as well as the > code that I've alread

Re: How to restore an index from a backup over HTTP

2014-08-16 Thread Greg Solovyev
rg Sent: Friday, August 15, 2014 7:31:19 PM Subject: Re: How to restore an index from a backup over HTTP On 8/15/2014 5:51 AM, Greg Solovyev wrote: > What I want to achieve is being able to send the backed up index to Solr > (either standalone or with ZooKeeper) in a way similar to creating a n

Re: How to restore an index from a backup over HTTP

2014-08-15 Thread Shawn Heisey
On 8/15/2014 5:51 AM, Greg Solovyev wrote: > What I want to achieve is being able to send the backed up index to Solr > (either standalone or with ZooKeeper) in a way similar to creating a new > Collection. I.e. create a new collection and upload an exiting index directly > into that Collection.

How to restore an index from a backup over HTTP

2014-08-15 Thread Greg Solovyev
Hello, I am looking for advice on implementing the following backup/restore scenario. We are using Solr to index email. Each mailbox has it's own Collection. We do not store emails in Solr, the emails are stored on disk in a blob store, meta data is stored in a database and Solr is used only fo