Re: Index copy

2004-11-17 Thread Justin Swanhart
You could lock your index for writes, then copy the file using operating system copy commands. Another way would be to lock your index, make a filesystem snapshot, then unlock your index. You can then safely copy the snapshot without interupting further index operations. On Wed, 17 Nov 2004

RE: Index copy

2004-11-17 Thread Ravi
To: Lucene Users List Subject: Re: Index copy You could lock your index for writes, then copy the file using operating system copy commands. Another way would be to lock your index, make a filesystem snapshot, then unlock your index. You can then safely copy the snapshot without interupting