Interface ScoreSortOptionsStep<SR,S extends ScoreSortOptionsStep<SR,?>>

Type Parameters:
SR - Scope root type.
S - The "self" type (the actual exposed type of this step).
All Superinterfaces:
SortFinalStep, SortOrderStep<S>, SortThenStep<SR>

public interface ScoreSortOptionsStep<SR,S extends ScoreSortOptionsStep<SR,?>> extends SortFinalStep, SortThenStep<SR>, SortOrderStep<S>
The initial and final step in a "score" sort definition, where optional parameters can be set.
Author:
Emmanuel Bernard emmanuel@hibernate.org
  • Method Summary

    Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep

    toSort

    Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep

    asc, desc, order

    Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortThenStep

    then