| Interface | Description |
|---|---|
| CompositeSortContext |
The context used when defining a composite sort explicitly
(not using
NonEmptySortContext.then()). |
| DistanceSortContext |
The context used when defining a field sort.
|
| FieldSortContext |
The context used when defining a field sort.
|
| FieldSortMissingValueContext<N> |
The context used when defining the missing value behavior of a field sort.
|
| NonEmptySortContext |
A superinterface for contexts allowing to define sorts.
|
| ScoreSortContext |
The context used when defining a score sort.
|
| SearchSortFactoryContext |
A context allowing to specify the type of a sort.
|
| SearchSortFactoryContextExtension<T> |
An extension to the search query DSL, allowing to add non-standard sorts to a query.
|
| SearchSortFactoryExtensionContext |
The context used when attempting to apply multiple extensions
to a
SearchSortFactoryContext. |
| SearchSortTerminalContext |
The terminal context of the sort DSL.
|
| SortOrderContext<T> |
A superinterface for contexts allowing to define a sort order.
|
| Enum | Description |
|---|---|
| SortOrder |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.