java.lang.Object
de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable<T>
de.hybris.platform.solrfacetsearch.indexer.cron.SolrExtIndexerJob<T>
All Implemented Interfaces:
JobPerformable<T>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

public class SolrExtIndexerJob<T extends SolrExtIndexerCronJobModel> extends AbstractJobPerformable<T> implements org.springframework.beans.factory.BeanFactoryAware
Job performable that triggers indexer operations. It allows you to have a separate query per SolrExtIndexerCronJobModel instance. It also allows you to perform partial updates.