public interface SearchProviderFactory
IndexSearcher
s.
NOTE: This class should perhaps be re-name to 'SearcherFactory' as SearchProvider
s 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 |
---|---|
org.apache.lucene.search.IndexSearcher |
getSearcher(String searcherName)
Get a Lucene
IndexSearcher 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
org.apache.lucene.search.IndexSearcher getSearcher(String searcherName)
IndexSearcher
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-2017 Atlassian. All Rights Reserved.