Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortModeStep
-
Packages that use SortModeStep Package Description org.hibernate.search.engine.search.sort.dsl -
-
Uses of SortModeStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortModeStep in org.hibernate.search.engine.search.sort.dsl Modifier and Type Interface Description interface
DistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory>
The initial and final step in a "distance" sort definition, where optional parameters can be set.interface
FieldSortOptionsStep<S extends FieldSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory>
The initial and final step in a "field" sort definition, where optional parameters can be set.
-