Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedMoreStep
Packages that use SearchSortFactoryExtensionIfSupportedMoreStep
-
Uses of SearchSortFactoryExtensionIfSupportedMoreStep in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSortFactoryExtensionIfSupportedMoreStepModifier 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.