Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortThenStep
Packages that use SortThenStep
Package
Description
-
Uses of SortThenStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortThenStep in org.hibernate.search.engine.search.sort.dslModifier and TypeInterfaceDescriptioninterfaceCompositeSortComponentsStep<SR,S extends CompositeSortComponentsStep<SR, ?>> The initial and final step in a composite sort definition, where sort elements can be added.interfaceDistanceSortOptionsStep<SR,S extends DistanceSortOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "distance" sort definition, where optional parameters can be set.interfaceFieldSortOptionsGenericStep<SR,T, S extends FieldSortOptionsGenericStep<SR, T, ?, ?, PDF>, N extends FieldSortMissingValueBehaviorGenericStep<T, S>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.interfaceFieldSortOptionsStep<SR,S extends FieldSortOptionsStep<SR, ?, PDF>, PDF extends TypedSearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.interfaceScoreSortOptionsStep<SR,S extends ScoreSortOptionsStep<SR, ?>> 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 SortThenStepModifier and TypeMethodDescriptionSortThenStep<?> SearchSortFactory.composite(Consumer<? super CompositeSortOptionsCollector<?>> elementContributor) Order by a sort composed of several elements, which will be defined by the given consumer.TypedSearchSortFactory.composite(Consumer<? super CompositeSortOptionsCollector<?>> elementContributor) Order by a sort composed of several elements, which will be defined by the given consumer.SortThenStep<?> SearchSortFactory.indexOrder()Order elements by their internal index order.TypedSearchSortFactory.indexOrder()Order elements by their internal index order.SearchSortFactoryExtensionIfSupportedMoreStep.orElse(Function<TypedSearchSortFactory<SR>, ? extends SortFinalStep> sortContributor) If no extension passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)TypedSearchSortFactory; otherwise return the sort created in the first succeedingifSupportedcall.SearchSortFactoryExtensionIfSupportedMoreStep.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.SortThenStep<?> SearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) Delegating sort that creates the actual sort at query create time and provides access to query parameters.TypedSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) Delegating sort that creates the actual sort at query create time and provides access to query parameters. -
Uses of SortThenStep in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SortThenStepModifier and TypeClassDescriptionclassfinal classMethods in org.hibernate.search.engine.search.sort.dsl.spi that return SortThenStepModifier and TypeMethodDescriptionAbstractSearchSortFactory.composite(Consumer<? super CompositeSortOptionsCollector<?>> elementContributor) AbstractSearchSortFactory.indexOrder()protected final SortThenStep<SR> AbstractSearchSortFactory.staticThenStep(SearchSort sort) AbstractSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator)