java.lang.Object | |
↳ | com.atlassian.jira.issue.search.SearchProviderFactoryImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get a Lucene
IndexSearcher that can be used to search a Lucene index. |
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]()
|
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).