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 SearchSort
build()
final TypedSearchSortFactory
<SR> then()
Start defining another sort, to be applied after the current one.toSort()
Create aSearchSort
instance matching the definition given in the previous DSL steps.
-
Constructor Details
-
AbstractSortThenStep
-
-
Method Details
-
then
Description copied from interface:SortThenStep
Start defining another sort, to be applied after the current one.- Specified by:
then
in interfaceSortThenStep<SR>
- Returns:
- The next step.
-
toSort
Description copied from interface:SortFinalStep
Create aSearchSort
instance matching the definition given in the previous DSL steps.- Specified by:
toSort
in interfaceSortFinalStep
- Returns:
- The
SearchSort
resulting from the previous DSL steps.
-
build
-