Uses of Class
com.yahoo.search.query.Sorting.AttributeSorter
-
Packages that use Sorting.AttributeSorter Package Description com.yahoo.search.query The search query model -
-
Uses of Sorting.AttributeSorter in com.yahoo.search.query
Subclasses of Sorting.AttributeSorter in com.yahoo.search.query Modifier and Type Class Description static class
Sorting.LowerCaseSorter
static class
Sorting.RawSorter
static class
Sorting.UcaSorter
Methods in com.yahoo.search.query that return Sorting.AttributeSorter Modifier and Type Method Description Sorting.AttributeSorter
Sorting.AttributeSorter. clone()
Sorting.AttributeSorter
Sorting.FieldOrder. getSorter()
Returns the sorter of this attributeMethods in com.yahoo.search.query with parameters of type Sorting.AttributeSorter Modifier and Type Method Description void
Sorting.FieldOrder. setSorter(Sorting.AttributeSorter sorter)
Constructors in com.yahoo.search.query with parameters of type Sorting.AttributeSorter Constructor Description FieldOrder(Sorting.AttributeSorter fieldSorter, Sorting.Order sortOrder)
Creates an attribute vector
-