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 -
Method Summary
Methods inherited from class org.hibernate.search.engine.search.sort.dsl.spi.AbstractSortThenStep
then, toSortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortFinalStep
toSortMethods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortOrderStep
asc, descMethods inherited from interface org.hibernate.search.engine.search.sort.dsl.SortThenStep
then
-
Constructor Details
-
ScoreSortOptionsStepImpl
-
-
Method Details
-
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
- Specified by:
buildin classAbstractSortThenStep
-