public interface SearchProviderFactory
IndexSearchers.
NOTE: This class should perhaps be re-name to 'SearcherFactory' as SearchProviders are something
a little different in JIRA.
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_HISTORY_INDEX |
static String |
COMMENT_INDEX |
static String |
ISSUE_INDEX |
static String |
WORKLOG_INDEX |
| Modifier and Type | Method and Description |
|---|---|
ManagedIndexSearcher |
getSearcher(String searcherName)
Get a Lucene
ManagedIndexSearcher that can be used to search a Lucene index. |
static final String ISSUE_INDEX
static final String COMMENT_INDEX
static final String CHANGE_HISTORY_INDEX
static final String WORKLOG_INDEX
ManagedIndexSearcher getSearcher(String searcherName)
ManagedIndexSearcher that can be used to search a Lucene index.
At the moment the possible values for the searcherName argument are ISSUE_INDEX (to search the
issue index) and COMMENT_INDEX (to search the comment index).
Copyright © 2002-2023 Atlassian. All Rights Reserved.