Interface ScoreSortOptionsStep<S extends ScoreSortOptionsStep<?>>

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

public interface ScoreSortOptionsStep<S extends ScoreSortOptionsStep<?>> extends SortFinalStep, SortThenStep, 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