Interface SortThenStep
-
- All Superinterfaces:
SortFinalStep
- All Known Subinterfaces:
CompositeSortComponentsStep<S>
,DistanceSortOptionsStep<S,PDF>
,FieldSortOptionsStep<S,PDF>
,ScoreSortOptionsStep<S>
- All Known Implementing Classes:
AbstractSortThenStep
,StaticSortThenStep
public interface SortThenStep extends SortFinalStep
The step in a sort definition where another sort can be chained.- Author:
- Emmanuel Bernard emmanuel@hibernate.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchSortFactory
then()
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 Detail
-
then
SearchSortFactory then()
Start defining another sort, to be applied after the current one.- Returns:
- The next step.
-
-