Interface SortThenStep<SR>

Type Parameters:
SR - Scope root type.
All Superinterfaces:
SortFinalStep
All Known Subinterfaces:
CompositeSortComponentsStep<SR,S>, DistanceSortOptionsStep<SR,S,PDF>, FieldSortOptionsGenericStep<SR,T,S,N,PDF>, FieldSortOptionsStep<SR,S,PDF>, ScoreSortOptionsStep<SR,S>
All Known Implementing Classes:
AbstractSortThenStep, StaticSortThenStep

public interface SortThenStep<SR> extends SortFinalStep
The step in a sort definition where another sort can be chained.
Author:
Emmanuel Bernard emmanuel@hibernate.org
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      Start defining another sort, to be applied after the current one.
      Returns:
      The next step.