Uses of Enum Class
com.liferay.portal.kernel.search.suggest.Suggester.Sort
Packages that use Suggester.Sort
-
Uses of Suggester.Sort in com.liferay.portal.kernel.search.suggest
Methods in com.liferay.portal.kernel.search.suggest that return Suggester.SortModifier and TypeMethodDescriptionPhraseSuggester.CandidateGenerator.getSort()TermSuggester.getSort()static Suggester.SortReturns the enum constant of this class with the specified name.static Suggester.Sort[]Suggester.Sort.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.search.suggest with parameters of type Suggester.SortModifier and TypeMethodDescriptionvoidPhraseSuggester.CandidateGenerator.setSort(Suggester.Sort sort) voidTermSuggester.setSort(Suggester.Sort sort)