| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.sort | |
| org.hibernate.search.engine.search.dsl.sort.spi |
| Modifier and Type | Method and Description |
|---|---|
CompositeSortContext |
CompositeSortContext.add(SearchSort searchSort)
Add an element to the composite sort based on a previously-built
SearchSort. |
default CompositeSortContext |
CompositeSortContext.add(SearchSortTerminalContext terminalContext)
Add an element to the composite sort based on an almost-built
SearchSort. |
CompositeSortContext |
SearchSortFactoryContext.byComposite()
Order by a sort composed of several elements.
|
| Modifier and Type | Method and Description |
|---|---|
NonEmptySortContext |
SearchSortFactoryContext.byComposite(Consumer<? super CompositeSortContext> elementContributor)
Order by a sort composed of several elements,
which will be defined by the given consumer.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeSortContext |
DelegatingSearchSortFactoryContext.byComposite() |
| Modifier and Type | Method and Description |
|---|---|
NonEmptySortContext |
DelegatingSearchSortFactoryContext.byComposite(Consumer<? super CompositeSortContext> elementContributor) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.