Uses of Interface
org.hibernate.search.engine.search.sort.dsl.FieldSortOptionsStep
-
Packages that use FieldSortOptionsStep Package Description org.hibernate.search.engine.search.sort.dsl org.hibernate.search.engine.search.sort.dsl.spi -
-
Uses of FieldSortOptionsStep in org.hibernate.search.engine.search.sort.dsl
Classes in org.hibernate.search.engine.search.sort.dsl with type parameters of type FieldSortOptionsStep Modifier and Type Interface Description 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.Methods in org.hibernate.search.engine.search.sort.dsl that return FieldSortOptionsStep Modifier and Type Method Description FieldSortOptionsStep<?,PDF>
ExtendedSearchSortFactory. field(String absoluteFieldPath)
FieldSortOptionsStep<?,? extends SearchPredicateFactory>
SearchSortFactory. field(String absoluteFieldPath)
Order elements by the value of a specific field. -
Uses of FieldSortOptionsStep in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi that return FieldSortOptionsStep Modifier and Type Method Description FieldSortOptionsStep<?,PDF>
DelegatingSearchSortFactory. field(String absoluteFieldPath)
-