Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SortFinalStep
Packages that use SortFinalStep
Package
Description
-
Uses of SortFinalStep in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type SortFinalStepModifier and TypeMethodDescriptionSearchQueryOptionsStep.sort(Function<? super SF, ? extends SortFinalStep> sortContributor) Add a sort to this query. -
Uses of SortFinalStep in org.hibernate.search.engine.search.query.dsl.spi
Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type SortFinalStepModifier and TypeMethodDescriptionAbstractSearchQueryOptionsStep.sort(Function<? super SF, ? extends SortFinalStep> sortContributor) -
Uses of SortFinalStep in org.hibernate.search.engine.search.sort.dsl
Subinterfaces of SortFinalStep 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.interfaceSortThenStep<SR>The step in a sort definition where another sort can be chained.Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type SortFinalStepModifier and TypeMethodDescriptiondefault SCompositeSortOptionsCollector.add(SortFinalStep dslFinalStep) Add an element to the composite sort based on an almost-builtSearchSort.Method parameters in org.hibernate.search.engine.search.sort.dsl with type arguments of type SortFinalStepModifier and TypeMethodDescriptionSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension<T> extension, Function<T, ? extends SortFinalStep> sortContributor) If the given extension is supported, and none of the previous extensions passed toSearchSortFactoryExtensionIfSupportedStep.ifSupported(SearchSortFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting sort for later retrieval.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.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 SortFinalStep in org.hibernate.search.engine.search.sort.dsl.spi
Classes in org.hibernate.search.engine.search.sort.dsl.spi that implement SortFinalStepModifier and TypeClassDescriptionclassfinal classMethod parameters in org.hibernate.search.engine.search.sort.dsl.spi with type arguments of type SortFinalStepModifier and TypeMethodDescriptionAbstractSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) -
Uses of SortFinalStep in org.hibernate.search.engine.search.sort.spi
Method parameters in org.hibernate.search.engine.search.sort.spi with type arguments of type SortFinalStepModifier and TypeMethodDescriptionvoidWithParametersSortBuilder.creator(Function<? super NamedValues, ? extends SortFinalStep> sortCreator)