Class AbstractSortThenStep<SR>
java.lang.Object
org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep<SR>
- All Implemented Interfaces:
SortFinalStep,SortThenStep<SR>
- Direct Known Subclasses:
StaticSortThenStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract SearchSortbuild()final TypedSearchSortFactory<SR> then()Start defining another sort, to be applied after the current one.toSort()Create aSearchSortinstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
AbstractSortThenStep
-
-
Method Details
-
then
Description copied from interface:SortThenStepStart defining another sort, to be applied after the current one.- Specified by:
thenin interfaceSortThenStep<SR>- Returns:
- The next step.
-
toSort
Description copied from interface:SortFinalStepCreate aSearchSortinstance matching the definition given in the previous DSL steps.- Specified by:
toSortin interfaceSortFinalStep- Returns:
- The
SearchSortresulting from the previous DSL steps.
-
build
-