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.Sort
Returns 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 TypeMethodDescriptionvoid
PhraseSuggester.CandidateGenerator.setSort
(Suggester.Sort sort) void
TermSuggester.setSort
(Suggester.Sort sort)