Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortOrderStep
Packages that use SortOrderStep
-
Uses of SortOrderStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortOrderStep in org.hibernate.search.engine.search.sort.dslModifier and TypeInterfaceDescriptioninterfaceDistanceSortOptionsStep<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.interfaceFieldSortOptionsGenericStep<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.interfaceFieldSortOptionsStep<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.interfaceScoreSortOptionsStep<SR,S extends ScoreSortOptionsStep<SR, ?>> The initial and final step in a "score" sort definition, where optional parameters can be set.