public interface SearchKeyword
Modifier and Type | Method and Description |
---|---|
SuggestTokenizer |
getSuggestTokenizer() |
String |
getText() |
static SearchKeyword |
of(String text) |
static SearchKeyword |
of(String text,
SuggestTokenizer suggestTokenizer) |
@Nullable SuggestTokenizer getSuggestTokenizer()
String getText()
static SearchKeyword of(String text)
static SearchKeyword of(String text, SuggestTokenizer suggestTokenizer)