|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicApi @PublicSpi public interface SearcherInformation<T extends SearchableField>
Identifies a searcher by name and provides a display name that is i18n'ed.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getId()
String getNameKey()
T getField()
List<FieldIndexer> getRelatedIndexers()
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 availableSearcherGroupType getSearcherGroupType()
SearcherGroupType.CUSTOM
group.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |