public interface Searchable
A Searchable
component will get asked for tokens, that should be used
in a search. These tokens will then be matched against a user given search
string.
Modifier and Type | Method and Description |
---|---|
List<String> |
getSearchableTokens()
Get a list of all tokens that should be visible to searching
|
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.