public class

SearchProviderFactoryImpl

extends Object
implements SearchProviderFactory
java.lang.Object
   ↳ com.atlassian.jira.issue.search.SearchProviderFactoryImpl

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.issue.search.SearchProviderFactory
Public Constructors
SearchProviderFactoryImpl(IssueSearcherFactory issueSearcherFactory)
SearchProviderFactoryImpl()
Public Methods
IndexSearcher getSearcher(String searcherName)
Get a Lucene IndexSearcher that can be used to search a Lucene index.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.search.SearchProviderFactory

Public Constructors

public SearchProviderFactoryImpl (IssueSearcherFactory issueSearcherFactory)

public SearchProviderFactoryImpl ()

Public Methods

public IndexSearcher getSearcher (String searcherName)

Get a Lucene 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).