Uses of Class
org.elasticsearch.search.suggest.SortBy
-
Packages that use SortBy Package Description org.elasticsearch.search.suggest org.elasticsearch.search.suggest.term -
-
Uses of SortBy in org.elasticsearch.search.suggest
Fields in org.elasticsearch.search.suggest declared as SortBy Modifier and Type Field Description static SortByDirectSpellcheckerSettings. DEFAULT_SORTMethods in org.elasticsearch.search.suggest that return SortBy Modifier and Type Method Description static SortBySortBy. readFromStream(StreamInput in)static SortBySortBy. resolve(String str)SortByDirectSpellcheckerSettings. sort()static SortBySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.suggest with parameters of type SortBy Modifier and Type Method Description voidDirectSpellcheckerSettings. sort(SortBy sort) -
Uses of SortBy in org.elasticsearch.search.suggest.term
Methods in org.elasticsearch.search.suggest.term that return SortBy Modifier and Type Method Description SortByTermSuggestion. getSort()SortByTermSuggestionBuilder. sort()Get the sort setting.Methods in org.elasticsearch.search.suggest.term with parameters of type SortBy Modifier and Type Method Description voidTermSuggestion. setSort(SortBy sort)TermSuggestionBuilderTermSuggestionBuilder. sort(SortBy sort)Sets how to sort the suggest terms per suggest text token.Constructors in org.elasticsearch.search.suggest.term with parameters of type SortBy Constructor Description TermSuggestion(String name, int size, SortBy sort)
-