in a lucene index, files are never updated, only ever added or deleted.

You may well be able to use the ReplicationHandler to answer that
question for you, as it can tell stuff about an index for the purpose of
replicating it - I'm not sure what precisely it tells.

Why do you need to know this?

Upayavira

On Thu, Sep 3, 2015, at 08:52 PM, Renee Sun wrote:
> I will need to figure out when was last index activity on a core. 
> 
> I can't use [corename]/index timestamp, because it only reflex the file
> deletion or addition, not file update.
> 
> I am curious if any solr core admin RESTful api sort of thing thing I can
> use to get last modified timestamp on physical index ...
> 
> Thanks
> Renee
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/any-easy-way-to-find-out-when-a-core-s-index-physical-file-has-been-last-updated-tp4227044.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to