| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.sort | |
| org.hibernate.search.engine.search.dsl.sort.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SearchSortFactoryContext.extension(SearchSortFactoryContextExtension<T> extension)
Extend the current context with the given extension,
resulting in an extended context offering different types of sorts.
|
<T> SearchSortFactoryExtensionContext |
SearchSortFactoryExtensionContext.ifSupported(SearchSortFactoryContextExtension<T> extension,
Function<T,? extends SearchSortTerminalContext> sortContributor)
If the given extension is supported, and none of the previous extensions passed to
SearchSortFactoryExtensionContext.ifSupported(SearchSortFactoryContextExtension, Function)
was supported, extend the current context with this extension,
and apply the given consumer to the extended context. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DelegatingSearchSortFactoryContext.extension(SearchSortFactoryContextExtension<T> extension) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.