Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortModeStep
Packages that use SortModeStep
Package
Description
-
Uses of SortModeStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortModeStep in org.hibernate.search.engine.search.sort.dslModifier and TypeInterfaceDescriptioninterfaceDistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>, PDF extends SearchPredicateFactory> The initial and final step in a "distance" sort definition, where optional parameters can be set.interfaceFieldSortOptionsStep<S extends FieldSortOptionsStep<?,PDF>, PDF extends SearchPredicateFactory> The initial and final step in a "field" sort definition, where optional parameters can be set. -
Uses of SortModeStep in org.hibernate.search.engine.search.sort.dsl.impl
Classes in org.hibernate.search.engine.search.sort.dsl.impl that implement SortModeStepModifier and TypeClassDescriptionclassDistanceSortOptionsStepImpl<PDF extends SearchPredicateFactory>classFieldSortOptionsStepImpl<PDF extends SearchPredicateFactory>