Uses of Class
org.hibernate.search.engine.search.sort.dsl.SortOrder
-
Packages that use SortOrder Package Description org.hibernate.search.engine.search.sort.dsl org.hibernate.search.engine.search.sort.spi -
-
Uses of SortOrder in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return SortOrder Modifier and Type Method Description static SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SortOrder Modifier and Type Method Description S
SortOrderStep. order(SortOrder order)
Sort in the given order. -
Uses of SortOrder in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SortOrder Modifier and Type Method Description void
DistanceSortBuilder. order(SortOrder order)
void
FieldSortBuilder. order(SortOrder order)
void
ScoreSortBuilder. order(SortOrder order)
-