Interface SortThenStep
- All Superinterfaces:
SortFinalStep
- All Known Subinterfaces:
CompositeSortComponentsStep<S>
,DistanceSortOptionsStep<S,
,PDF> FieldSortOptionsStep<S,
,PDF> ScoreSortOptionsStep<S>
- All Known Implementing Classes:
AbstractSortThenStep
,StaticSortThenStep
The step in a sort definition where another sort can be chained.
- Author:
- Emmanuel Bernard emmanuel@hibernate.org
-
Method Summary
Modifier and TypeMethodDescriptionthen()
Start defining another sort, to be applied after the current one.Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep
toSort
-
Method Details
-
then
SearchSortFactory then()Start defining another sort, to be applied after the current one.- Returns:
- The next step.
-