Class ScoreSortOptionsStepImpl
- java.lang.Object
-
- org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
-
- org.hibernate.search.engine.search.sort.dsl.impl.ScoreSortOptionsStepImpl
-
- All Implemented Interfaces:
ScoreSortOptionsStep<ScoreSortOptionsStepImpl>,SortFinalStep,SortOrderStep<ScoreSortOptionsStepImpl>,SortThenStep
public final class ScoreSortOptionsStepImpl extends AbstractSortThenStep implements ScoreSortOptionsStep<ScoreSortOptionsStepImpl>
-
-
Constructor Summary
Constructors Constructor Description ScoreSortOptionsStepImpl(SearchSortDslContext<?,?> dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchSortbuild()ScoreSortOptionsStepImplorder(SortOrder order)Sort in the given order.-
Methods inherited from class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
then, toSort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
Methods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortThenStep
then
-
-
-
-
Constructor Detail
-
ScoreSortOptionsStepImpl
public ScoreSortOptionsStepImpl(SearchSortDslContext<?,?> dslContext)
-
-
Method Detail
-
order
public ScoreSortOptionsStepImpl order(SortOrder order)
Description copied from interface:SortOrderStepSort in the given order.- Specified by:
orderin interfaceSortOrderStep<ScoreSortOptionsStepImpl>- Parameters:
order- The order.- Returns:
this, for method chaining.
-
build
protected SearchSort build()
- Specified by:
buildin classAbstractSortThenStep
-
-