public interface Suggester
Modifier and Type | Interface and Description |
---|---|
static class |
Suggester.Sort |
static class |
Suggester.StringDistance |
static class |
Suggester.SuggestMode |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(SuggesterVisitor<T> suggesterVisitor) |
String |
getName() |
<T> T accept(SuggesterVisitor<T> suggesterVisitor)
String getName()