I want to take back-up of a Lucene index. I need to ensure that index files
would not change when I take their backup.
I am concerned about the housekeeping/merge/optimization activities which
Lucene performs internally. I am not sure when/how these activities are
performed by Lucene and how w
PM, Ashish Sarna
wrote:
>
>> I want to take back-up of a Lucene index. I need to ensure that index
files
>> would not change when I take their backup.
>>
>
>
>>
>> I am concerned about the housekeeping/merge/optimization activities which
>> Lucene p
e-
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Wednesday, April 17, 2013 5:13 PM
To: java-user@lucene.apache.org
Subject: Re: Taking backup of a Lucene index
On Wed, Apr 17, 2013 at 7:32 AM, Ashish Sarna
wrote:
> Thanks for your replies.
>
> However, in my