java - How to take inceremental backup in lucene? -


i want perform backup , restore process in project. used snapshotdeletionpolicy take hot backup of indexes location.

is possible take incremental backup in lucene? (for e.g: if added 100 documents in lucene how should update indexes during backup @ backup location)

if so, how should achieve this? snapshotdeletionpolicy me this?

by using replicationhandler can update index in 10sec in master copy , backup also, once check url

http://wiki.apache.org/solr/solrreplication


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -