Class SolrExtIndexerJob<T extends SolrExtIndexerCronJobModel>

  • 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.