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 Shashank Pedamallu <sp...@vmware.com> on 2017/06/22 01:58:40 UTC

Get commit time of Solr on closing of a core

Hi,

I observed that in Solr, when a core closes, it does a commit on the core, but does not make post commit callBacks. In this scenario, is there a reliable way to determine the lastCommitTime of a core in the closeHook of a core handler?

Thanks,
Shashank