Interface SortFinalStep

All Known Subinterfaces:
CompositeSortComponentsStep<S>, DistanceSortOptionsStep<S,PDF>, FieldSortOptionsStep<S,PDF>, ScoreSortOptionsStep<S>, SortThenStep
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 Type
    Method
    Description
    Create a SearchSort instance matching the definition given in the previous DSL steps.
  • Method Details

    • toSort

      SearchSort toSort()
      Create a SearchSort instance matching the definition given in the previous DSL steps.
      Returns:
      The SearchSort resulting from the previous DSL steps.