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

    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.