Interface IssueIndexManager

All Superinterfaces:
IndexLifecycleManager, IssueIndexingService, Shutdown, Sized
All Known Subinterfaces:
JiraIndexManager
All Known Implementing Classes:
BulkOnlyIndexManager, DefaultIndexManager, IndexManagerBase, OpenSearchJiraIndexManager

@Internal @Deprecated(since="10.4", forRemoval=true) public interface IssueIndexManager extends IndexLifecycleManager, IssueIndexingService
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4 for removal. Use IssueIndexingService, IndexLifecycleManager or IndexAccessor. For internal usage, IssueIndexer is also available. It will remain in Jira 11 for internal usage by Jira while Lucene is a supported search platform. This interface only has a Lucene implementation, so should only be used by components that are active only when the search platform is Lucene Not intended for use by 3rd party plugins.
Manages Lucene search indexes.