Uses of Enum Class
com.yahoo.search.query.Sorting.UcaSorter.Strength
Packages that use Sorting.UcaSorter.Strength
-
Uses of Sorting.UcaSorter.Strength in com.yahoo.search.query
Methods in com.yahoo.search.query that return Sorting.UcaSorter.StrengthModifier and TypeMethodDescriptionSorting.UcaSorter.getStrength()static Sorting.UcaSorter.StrengthReturns the enum constant of this class with the specified name.static Sorting.UcaSorter.Strength[]Sorting.UcaSorter.Strength.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.query with parameters of type Sorting.UcaSorter.StrengthModifier and TypeMethodDescriptionvoidSorting.UcaSorter.setLocale(String locale, Sorting.UcaSorter.Strength strength) Constructors in com.yahoo.search.query with parameters of type Sorting.UcaSorter.StrengthModifierConstructorDescriptionUcaSorter(String fieldName, String locale, Sorting.UcaSorter.Strength strength)