Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortFilterStep
Packages that use SortFilterStep
-
Uses of SortFilterStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortFilterStep in org.hibernate.search.engine.search.sort.dslModifier and TypeInterfaceDescriptioninterface
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.