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