Re: A broad question - What could go wrong if I copy paste a live index and use as backup

2018-04-18 Thread Adrien Grand
Good question, I'm not familiar with the facet module. It doesn't seem like there is an easy way to take snapshots. Shai or Mike, do you know? Le mer. 18 avr. 2018 à 14:42, sandesh.yapuram a écrit : > Thanks Adrien for pointing that out... I am going ahead with > SnapshotDeletionPolicy. > I will

Re: A broad question - What could go wrong if I copy paste a live index and use as backup

2018-04-18 Thread sandesh.yapuram
Thanks Adrien for pointing that out... I am going ahead with SnapshotDeletionPolicy. I will take backup of my index with this class, but I have run into a problem, I can't seem to understand how to take backup of my facets using the same deletion policy. -- Sent from: http://lucene.472066.n3.nab

Re: A broad question - What could go wrong if I copy paste a live index and use as backup

2018-04-17 Thread Adrien Grand
I'm surprised that you say that you do not have problems with these types of errors, in some cases you could miss some files that are part of the last commit point, making the backup impossible to restore? Have you looked at PersistentSnapshotDeletionPolicy? Le mar. 17 avr. 2018 à 13:36, sandes

A broad question - What could go wrong if I copy paste a live index and use as backup

2018-04-17 Thread sandesh.yapuram
I'm sorry for a vague question like this, but lemme narrow it down- I am trying to take back up of my live lucene index(Max size is 1-3 GBs). I am completely aware of the cleaner 'replicator' module, but I figured out it is too much code change for me. So here's what I am planning - I will copy p