Uses of Enum Class
de.cxp.ocs.smartsuggest.spi.SuggestConfig.SortStrategy
Packages that use SuggestConfig.SortStrategy
-
Uses of SuggestConfig.SortStrategy in de.cxp.ocs.smartsuggest.spi
Methods in de.cxp.ocs.smartsuggest.spi that return SuggestConfig.SortStrategyModifier and TypeMethodDescriptionstatic SuggestConfig.SortStrategyReturns the enum constant of this class with the specified name.static SuggestConfig.SortStrategy[]SuggestConfig.SortStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cxp.ocs.smartsuggest.spi with parameters of type SuggestConfig.SortStrategyModifier and TypeMethodDescriptionvoidSuggestConfig.setSortOrder(SuggestConfig.SortStrategy sortStrategy) Defines how matching suggest terms are ordered in the result.