Your question is better suited for the java-user@lucene mailing list ... See https://home.apache.org/~hossman/#java-user
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 13. apr. 2018 kl. 13:28 skrev sandesh.yapuram <sandesh.yapu...@seclore.com>: > > Hello, > I have an application that uses lucene indexes and we generate a single > index for all data. > I want to take a weekly *local* backup of the index quitely and > asynchronously. > So far I've tried: > 1. The replicator module - I found it very complicated for what I just want > to copy and paste indexes once in a week. I don't want to introduce a new > framework and much code change. > 2. I tried the SnapshotDeletionPolicy by taking the files off the > IndexCommit and copying all of them into backup folder. But I'm not sure if > this is a cleaner way to do it since the replicator module is performing lot > of other stuff behind the scene. > > Are there any other strategies I can try out? > > > > > -- > Sent from: > http://lucene.472066.n3.nabble.com/Lucene-Java-Developer-f564358.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org >