Class 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 Detail

      • BulkContentIndexerTask

        protected BulkContentIndexerTask()