Uses of Class
org.hibernate.search.engine.search.sort.dsl.impl.FieldSortOptionsStepImpl
-
Packages that use FieldSortOptionsStepImpl Package Description org.hibernate.search.engine.search.sort.dsl.impl -
-
Uses of FieldSortOptionsStepImpl in org.hibernate.search.engine.search.sort.dsl.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl that return FieldSortOptionsStepImpl Modifier and Type Method Description FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. filter(Function<? super PDF,? extends PredicateFinalStep> clauseContributor)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. filter(SearchPredicate searchPredicate)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. first()FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. highest()FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. last()FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. lowest()FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. mode(SortMode mode)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. order(SortOrder order)FieldSortOptionsStepImpl<PDF>FieldSortOptionsStepImpl. use(Object value, ValueConvert convert)Methods in org.hibernate.search.engine.search.sort.dsl.impl that return types with arguments of type FieldSortOptionsStepImpl Modifier and Type Method Description FieldSortMissingValueBehaviorStep<FieldSortOptionsStepImpl<PDF>>FieldSortOptionsStepImpl. missing()
-