On Thu, Apr 18, 2013 at 12:32 AM, Hien Luu <h...@yahoo.com> wrote: > It is difficult to associate a class named SnapshotDeletionPolicy with taking > backup of Lucene index.
Naming is the hardest part :) It's a snapshot in the same sense as the ZFS file system, or a Network Appliance file server. What's hard here is this deletion policy can be used for things other than hot backups, eg protecting commit poings so you don't hit Stale NFS File Handle when searching over NFS, keeping a point-in-time searchable commit point alive with your index at different stages, etc. http://blog.mikemccandless.com/2012/03/transactional-lucene.html goes into more detail. Mike McCandless http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org