| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.sort | |
| org.hibernate.search.engine.search.dsl.sort.spi |
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
SearchSortFactoryContextExtension.extendOptional(SearchSortFactoryContext original,
SearchSortDslContext<?,?> dslContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
| Modifier and Type | Method and Description |
|---|---|
SearchSortDslContext<?,B> |
SearchSortDslContext.append(B builder)
Create a new context with a sort builder appended.
|
| Constructor and Description |
|---|
AbstractNonEmptySortContext(SearchSortDslContext<?,? super B> parentDslContext) |
StaticNonEmptySortContext(SearchSortDslContext<?,B> parentDslContext,
B builder) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.