public class SearchProviderFactoryImpl extends Object implements SearchProviderFactory
CHANGE_HISTORY_INDEX, COMMENT_INDEX, ISSUE_INDEX, WORKLOG_INDEX
Constructor and Description |
---|
SearchProviderFactoryImpl(IssueIndexManager indexManager) |
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. |
public SearchProviderFactoryImpl(IssueIndexManager indexManager)
public org.apache.lucene.search.IndexSearcher getSearcher(String searcherName)
SearchProviderFactory
IndexSearcher
that can be used to search a Lucene index.
At the moment the possible values for the searcherName argument are SearchProviderFactory.ISSUE_INDEX
(to search the
issue index) and SearchProviderFactory.COMMENT_INDEX
(to search the comment index).
getSearcher
in interface SearchProviderFactory
Copyright © 2002-2017 Atlassian. All Rights Reserved.