Re: getTimestamp method in IndexCommit

2008-09-04 Thread Michael McCandless
Thanks for raising it! It's through requests like this that Lucene's API improves. Mike Noble Paul നോബിള്‍ नोब्ळ् wrote: YOU ARE FAST thanks. --Noble On Thu, Sep 4, 2008 at 2:54 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: Noble Paul നോബിള്‍ नोब्ळ् wrote: On Wed, Sep 3, 2008 at 2:

Re: getTimestamp method in IndexCommit

2008-09-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
YOU ARE FAST thanks. --Noble On Thu, Sep 4, 2008 at 2:54 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Noble Paul നോബിള്‍ नोब्ळ् wrote: > >> On Wed, Sep 3, 2008 at 2:06 PM, Michael McCandless >> <[EMAIL PROTECTED]> wrote: >>> >>> Noble Paul നോബിള്‍ नोब्ळ् wrote: >>> On Tue, Sep 2, 20

Re: getTimestamp method in IndexCommit

2008-09-04 Thread Michael McCandless
Noble Paul നോബിള്‍ नोब्ळ् wrote: On Wed, Sep 3, 2008 at 2:06 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: Noble Paul നോബിള്‍ नोब्ळ् wrote: On Tue, Sep 2, 2008 at 1:56 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: Are you thinking this would just fallback to Directory.fileModifi

Re: getTimestamp method in IndexCommit

2008-09-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Sep 3, 2008 at 2:06 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Noble Paul നോബിള്‍ नोब्ळ् wrote: > >> On Tue, Sep 2, 2008 at 1:56 PM, Michael McCandless >> <[EMAIL PROTECTED]> wrote: >>> >>> Are you thinking this would just fallback to Directory.fileModified on >>> the >>> segment

Re: getTimestamp method in IndexCommit

2008-09-03 Thread Michael McCandless
Noble Paul നോബിള്‍ नोब्ळ् wrote: On Tue, Sep 2, 2008 at 1:56 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: Are you thinking this would just fallback to Directory.fileModified on the segments_N file for that commit? You could actually do that without any API change, because IndexComm

Re: getTimestamp method in IndexCommit

2008-09-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Sep 2, 2008 at 1:56 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: > > Are you thinking this would just fallback to Directory.fileModified on the > segments_N file for that commit? > > You could actually do that without any API change, because IndexCommit > exposes a getSegmentsFileName(

Re: getTimestamp method in IndexCommit

2008-09-02 Thread Michael McCandless
Are you thinking this would just fallback to Directory.fileModified on the segments_N file for that commit? You could actually do that without any API change, because IndexCommit exposes a getSegmentsFileName(). Mike Akshay wrote: Hi, We need a feature for time based cleanup of IndexC

getTimestamp method in IndexCommit

2008-09-01 Thread Akshay
Hi, We need a feature for time based cleanup of IndexCommits. Would it be possible to add a method to IndexCommit class to get the timestamp of an index commit? Thanks. -- Regards, Akshay Ukey.