Class BucketIndexingWorker

All Implemented Interfaces:
Serializable, Work

public class BucketIndexingWorker extends BaseIndexingWorker implements Work
œ Worker to index a bucket of documents
Since:
7.1
See Also:
  • Constructor Details

    • BucketIndexingWorker

      public BucketIndexingWorker(String repositoryName, List<String> docIds, boolean syncAlias)
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: Work
      Gets a human-readable name for this work instance.
      Specified by:
      getTitle in interface Work
      Returns:
      a human-readable name
    • doWork

      protected void doWork()
      Specified by:
      doWork in class BaseIndexingWorker
    • loadDocumentsOneByOne

      protected List<DocumentModel> loadDocumentsOneByOne(CoreSession session, List<String> documentIds)
    • getBucketSize

      protected int getBucketSize()