Package org.alfresco.solr.tracker
Class TrackerJob
java.lang.Object
org.alfresco.solr.tracker.TrackerJob
- All Implemented Interfaces:
org.quartz.Job
Generic Solr tracker job, allowing Quartz to initiate an index update from
a
Tracker regardless of specific implementation.
Concurrent execution is disallowed, as no parallel work can be done when
indexing contents from the repository.- Author:
- Matt Ward
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JOBDATA_TRACKER_KEY
- See Also:
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
TrackerJob
public TrackerJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jec) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-