Re: Get the Last Indexed Date

2012-11-23 Thread Ian Lea
You mean the time that a doc, any doc, was last added to an index? I'm not aware of a way to do that directly. You can store arbitrary data when you commit changes and get it back again somehow. See IndexCommit.getUserData(). Or look at the lastmod timestamps of the files on disk. -- Ian. On

Fwd: Get the Last Indexed Date

2012-11-23 Thread Deepak Shakya
Hi, How can I get the last indexed timestamp of a Lucene Index? I am using Lucene 3.6. -- With Regards, Deepak Shakya