You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Simon Svensson <si...@devhost.se> on 2012/12/12 09:34:48 UTC

Re: Lucene Backup

Hi,

I just registered to retrieve the green paper, and it talks about 
providing a SnapshotDeletionPolicy to the IndexWriter constructor, and 
call SnapshotDeletionPolicy.Snapshot() to retrieve all files used by the 
snapshot.

There should be no problem at all porting the code present in the 
article, except that it's for Lucene 2.3.1. You will probably find some 
changes in casing when porting to Lucene.Net, and if you're using 
Lucene.Net 3.0.3, you may also see some methods being replaced with 
properties. There should be no showstoppers when porting the code.

// Simon

On 2012-12-12 01:06, jcwrequests wrote:
> I have read the hot backups green paper at http://www.manning.com/hatcher3/ and was wondering if someone has an implementation using Lucene.net?  Are there anything special with Lucene.net?
>
> Thanks,
>
> Jason Wyglendowski