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 Fri, Nov 23, 2012 at 2:21 PM, Deepak Shakya <[email protected]> wrote:
> Hi,
>
> How can I get the last indexed timestamp of a Lucene Index? I am using
> Lucene 3.6.
>
> --
> With Regards,
> Deepak Shakya

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to