Package com.atlassian.jira.search.index
Interface IndexAccessorRegistry
- All Known Implementing Classes:
DefaultIndexAccessorRegistry
public interface IndexAccessorRegistry
The registry that holds the
IndexAccessor
for each index- Since:
- 10.4
-
Method Summary
Modifier and TypeMethodDescriptionGet index accessor for the issues index.
-
Method Details
-
getIssuesIndexAccessor
IndexAccessor getIssuesIndexAccessor()Get index accessor for the issues index.- Returns:
- the index accessor for the issues index
-