Interface SortFinalStep
- All Known Subinterfaces:
CompositeSortComponentsStep<SR,
,S> DistanceSortOptionsStep<SR,
,S, PDF> FieldSortOptionsGenericStep<SR,
,T, S, N, PDF> FieldSortOptionsStep<SR,
,S, PDF> ScoreSortOptionsStep<SR,
,S> SortThenStep<SR>
- All Known Implementing Classes:
AbstractSortThenStep
,StaticSortThenStep
public interface SortFinalStep
The final step in a sort definition, where the sort can be retrieved.
-
Method Summary
Modifier and TypeMethodDescriptiontoSort()
Create aSearchSort
instance matching the definition given in the previous DSL steps.
-
Method Details
-
toSort
SearchSort toSort()Create aSearchSort
instance matching the definition given in the previous DSL steps.- Returns:
- The
SearchSort
resulting from the previous DSL steps.
-