Uses of Class
org.hibernate.search.engine.search.common.SortMode
-
Packages that use SortMode Package Description org.hibernate.search.engine.search.common org.hibernate.search.engine.search.sort.dsl org.hibernate.search.engine.search.sort.spi -
-
Uses of SortMode in org.hibernate.search.engine.search.common
Methods in org.hibernate.search.engine.search.common that return SortMode Modifier and Type Method Description static SortModeSortMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SortMode[]SortMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortMode in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SortMode Modifier and Type Method Description SSortModeStep. mode(SortMode mode)Start describing the behavior of this sort when a document has multiple values for the targeted field. -
Uses of SortMode in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type SortMode Modifier and Type Method Description voidDistanceSortBuilder. mode(SortMode mode)voidFieldSortBuilder. mode(SortMode mode)
-