Package com.atlassian.jira.search.index
Interface WritableIndexAccessorRegistry
- All Superinterfaces:
IndexAccessorRegistry
- All Known Implementing Classes:
OpenSearchIndexAccessorFactory
Index accessor registry that supports writing via
IndexWriter.
Internal because IndexWriter is currently not supported for Lucene, i.e. only for OpenSearch.- Since:
- 11.1
-
Field Summary
Fields inherited from interface com.atlassian.jira.search.index.IndexAccessorRegistry
ISSUES_INDEX -
Method Summary
Modifier and TypeMethodDescriptionGet index accessor for the issues index.
-
Method Details
-
getIssuesIndexAccessor
WritableIndexAccessor getIssuesIndexAccessor()Description copied from interface:IndexAccessorRegistryGet index accessor for the issues index.- Specified by:
getIssuesIndexAccessorin interfaceIndexAccessorRegistry- Returns:
- the index accessor for the issues index
-