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<SR,
S extends DistanceSortOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "distance" sort definition, where optional parameters can be set.interface
FieldSortOptionsGenericStep<SR,
T, S extends FieldSortOptionsGenericStep<SR, T, ?, ?, PDF>, N extends FieldSortMissingValueBehaviorGenericStep<T, S>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.interface
FieldSortOptionsStep<SR,
S extends FieldSortOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.