Class FileSystemSolrIndexStatusProviderImpl

java.lang.Object
org.broadleafcommerce.core.search.service.solr.FileSystemSolrIndexStatusProviderImpl
All Implemented Interfaces:
SolrIndexStatusProvider

public class FileSystemSolrIndexStatusProviderImpl extends Object implements SolrIndexStatusProvider
XML based Index Status provider. Tracks current index status (last successful event id), events that have error (along with retry count), events that have exceeded the retry count and are considered dead. Also supports a period purge of the dead events to keep the XML file from growing too large.
Author:
Jeff Fischer