Interface BulkIssueIndexer
- All Known Implementing Classes:
DefaultBulkIssueIndexer
public interface BulkIssueIndexer
Service for bulk issue indexing operations.
-
Method Summary
Modifier and TypeMethodDescriptionreindexAllIssues(IssuesBatcher batcher, Context context) Reindexes all issues provided by the batcher.
-
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 issuescontext- the context for the reindexing operation- Returns:
- the result of the reindexing operation
- Throws:
IndexOperationException
-