Package com.atlassian.jira.issue.index
Interface TemporaryIndexProvider.IndexSearcher<T>
- Enclosing interface:
- TemporaryIndexProvider
public static interface TemporaryIndexProvider.IndexSearcher<T>
-
Method Summary
Modifier and TypeMethodDescriptionsearch
(SearchProvider searchProvider) Computes a result, or throws an exception if unable to do so.
-
Method Details
-
search
Computes a result, or throws an exception if unable to do so.- Returns:
- computed result
- Throws:
SearchException
- if unable to compute a result of the search
-