Interface SortFinalStep
-
- All Known Subinterfaces:
CompositeSortComponentsStep<S>,DistanceSortOptionsStep<S,PDF>,FieldSortOptionsStep<S,PDF>,ScoreSortOptionsStep<S>,SortThenStep
- All Known Implementing Classes:
AbstractSortThenStep,StaticSortThenStep
public interface SortFinalStepThe final step in a sort definition, where the sort can be retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchSorttoSort()Create aSearchSortinstance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
toSort
SearchSort toSort()
Create aSearchSortinstance matching the definition given in the previous DSL steps.- Returns:
- The
SearchSortresulting from the previous DSL steps.
-
-