Class BaseElasticSearchIndexBuilder.BulkContentIndexerTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.sakaiproject.search.elasticsearch.BaseElasticSearchIndexBuilder.BulkContentIndexerTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- BaseElasticSearchIndexBuilder
protected class BaseElasticSearchIndexBuilder.BulkContentIndexerTask extends TimerTask
This is the task that searches for any docs in the search index that do not have content yet, digests the content and loads it into the index. Any docs with empty content will be removed from the index. This timer task is run by the timer thread based on the period configured elsewhere
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBulkContentIndexerTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-