You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by James Brady <ja...@gmail.com> on 2009/04/30 23:42:02 UTC

Last modified time for cores, taking into account uncommitted changes

Hi,
The lastModified field the Solr status seems to only be updated when a
commit/optimize operation takes place.

Is there any way to determine when a core has been changed, including any
uncommitted add operations?


Thanks,
James

Re: Last modified time for cores, taking into account uncommitted changes

Posted by Andrey Klochkov <ak...@griddynamics.com>.
Hi,

I use SolrIndexReader.isCurrent() for this purpose

On Fri, May 1, 2009 at 1:42 AM, James Brady <ja...@gmail.com>wrote:

> Hi,
> The lastModified field the Solr status seems to only be updated when a
> commit/optimize operation takes place.
>
> Is there any way to determine when a core has been changed, including any
> uncommitted add operations?
>
>
> Thanks,
> James
>



-- 
Andrew Klochkov