Re: Creation of index for the first time

2009-02-11 Thread Akshay
ing clear. Thanks. > (If so, then it sounds like generation==1 is the test you want). > > What's the use case behind this? > > Mike > > > Akshay wrote: > > Is there a way, without the knowledge of how IndexWriter was used, by >> which >> we can say that

Re: Creation of index for the first time

2009-02-11 Thread Akshay
; > But... this is an internal detail to Lucene's index format and could change > in some future release. > > Mike > > > Akshay wrote: > > Hi List, >> >> How to find if an empty lucene index has been created for the very first >> time? Is the gene

Creation of index for the first time

2009-02-11 Thread Akshay
Hi List, How to find if an empty lucene index has been created for the very first time? Is the generation number 1 enough to determine this? -- Regards, Akshay K. Ukey.

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.