Interface BulkIssueIndexer

All Known Implementing Classes:
DefaultBulkIssueIndexer

public interface BulkIssueIndexer
Service for bulk issue indexing operations.
  • Method Details

    • reindexAllIssues

      BulkIndexResult reindexAllIssues(@Nonnull IssuesBatcher batcher, @Nonnull Context context) throws IndexOperationException
      Reindexes all issues provided by the batcher. Blocks until all issues are processed.
      Parameters:
      batcher - the batcher to use for processing issues
      context - the context for the reindexing operation
      Returns:
      the result of the reindexing operation
      Throws:
      IndexOperationException