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<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 SortThenStepModifier and TypeMethodDescriptionSearchSortFactory.composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor) Order by a sort composed of several elements, which will be defined by the given consumer.SearchSortFactory.indexOrder()Order elements by their internal index order.SearchSortFactoryExtensionIfSupportedMoreStep.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.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.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. -
Uses of SortThenStep in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SortThenStepMethods in org.hibernate.search.engine.search.sort.dsl.spi that return SortThenStepModifier and TypeMethodDescriptionAbstractSearchSortFactory.composite(Consumer<? super CompositeSortComponentsStep<?>> elementContributor) AbstractSearchSortFactory.indexOrder()protected final SortThenStepAbstractSearchSortFactory.staticThenStep(SearchSort sort) AbstractSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator)