java.lang.Object | |
↳ | com.atlassian.jira.issue.search.searchers.information.GenericSearcherInformation<T extends com.atlassian.jira.issue.fields.SearchableField> |
![]()
|
Provides name and index information for the resolution searcher.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The unique id of the searcher.
| |||||||||||
The i18n key that is used to lookup the searcher's name when it is displayed.
| |||||||||||
Returns a list of
FieldIndexer objects. | |||||||||||
The searcher group the searcher should be placed in.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
The i18n key that is used to lookup the searcher's name when it is displayed.
Returns a list of FieldIndexer
objects. The objects should be initialised and ready for action
List
of FieldIndexer
objects. Must not be null. Return an empty list if none available
The searcher group the searcher should be placed in. Really only useful for system fields as custom
fields are forced into the CUSTOM
group.