Uses of Interface
org.hibernate.search.engine.search.sort.dsl.SearchSortFactoryExtensionIfSupportedMoreStep
-
Packages that use SearchSortFactoryExtensionIfSupportedMoreStep Package Description org.hibernate.search.engine.search.sort.dsl -
-
Uses of SearchSortFactoryExtensionIfSupportedMoreStep in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl that return SearchSortFactoryExtensionIfSupportedMoreStep Modifier and Type Method Description <T> SearchSortFactoryExtensionIfSupportedMoreStep
SearchSortFactoryExtensionIfSupportedStep. 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.
-