@PublicApi
@PublicSpi
public interface SearcherInformation<T extends SearchableField>
Modifier and Type | Method and Description |
---|---|
T |
getField() |
String |
getId()
The unique id of the searcher.
|
String |
getNameKey()
The i18n key that is used to lookup the searcher's name when it is displayed.
|
List<FieldIndexer> |
getRelatedIndexers()
Returns a list of
FieldIndexer objects. |
SearcherGroupType |
getSearcherGroupType()
The searcher group the searcher should be placed in.
|
String getId()
String getNameKey()
T getField()
List<FieldIndexer> getRelatedIndexers()
FieldIndexer
objects. The objects should be initialised and ready for actionList
of FieldIndexer
objects. Must not be null. Return an empty list if none availableSearcherGroupType getSearcherGroupType()
SearcherGroupType.CUSTOM
group.Copyright © 2002-2021 Atlassian. All Rights Reserved.