Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortThenStep
-
Packages that use SortThenStep Package Description org.hibernate.search.engine.search.sort.dsl org.hibernate.search.engine.search.sort.dsl.spi -
-
Uses of SortThenStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortThenStep in org.hibernate.search.engine.search.sort.dsl Modifier and Type Interface Description interfaceCompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>>The initial and final step in a composite sort definition, where sort elements can be added.interfaceDistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory>The initial and final step in a "distance" sort definition, where optional parameters can be set.interfaceFieldSortOptionsStep<S extends FieldSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory>The initial and final step in a "field" sort definition, where optional parameters can be set.interfaceScoreSortOptionsStep<S extends ScoreSortOptionsStep<?>>The initial and final step in a "score" sort definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.sort.dsl that return SortThenStep Modifier and Type Method Description SortThenStepSearchSortFactory. composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor)Order by a sort composed of several elements, which will be defined by the given consumer.SortThenStepSearchSortFactory. indexOrder()Order elements by their internal index order.SortThenStepSearchSortFactoryExtensionIfSupportedMoreStep. orElse(Function<SearchSortFactory,? extends SortFinalStep> sortContributor)If no extension passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchSortFactory; otherwise return the sort created in the first succeedingifSupportedcall.SortThenStepSearchSortFactoryExtensionIfSupportedMoreStep. orElseFail()If no extension passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, throw an exception; otherwise return the sort created in the first succeedingifSupportedcall. -
Uses of SortThenStep in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SortThenStep Modifier and Type Class Description classAbstractSortThenStepclassStaticSortThenStepMethods in org.hibernate.search.engine.search.sort.dsl.spi that return SortThenStep Modifier and Type Method Description SortThenStepAbstractSearchSortFactory. composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor)SortThenStepAbstractSearchSortFactory. indexOrder()protected SortThenStepAbstractSearchSortFactory. staticThenStep(SearchSort sort)
-