| Interface | Description |
|---|---|
| CompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>> |
The initial and final step in a composite sort definition, where sort elements can be added.
|
| DistanceSortOptionsStep<S extends DistanceSortOptionsStep<?>> |
The initial and final step in a "distance" sort definition, where optional parameters can be set.
|
| FieldSortMissingValueBehaviorStep<N> |
The step in a sort definition where the behavior on missing values can be set.
|
| FieldSortOptionsStep<S extends FieldSortOptionsStep<?>> |
The initial and final step in a "field" sort definition, where optional parameters can be set.
|
| ScoreSortOptionsStep<S extends ScoreSortOptionsStep<?>> |
The initial and final step in a "score" sort definition, where optional parameters can be set.
|
| SearchSortFactory |
A factory for search sorts.
|
| SearchSortFactoryExtension<T> |
An extension to the search sort DSL, allowing the use of non-standard sorts in a query.
|
| SearchSortFactoryExtensionIfSupportedMoreStep |
The second and later step when attempting to apply multiple extensions
to a
SearchSortFactory. |
| SearchSortFactoryExtensionIfSupportedStep |
The initial step when attempting to apply multiple extensions
to a
SearchSortFactory. |
| SortFinalStep |
The final step in a sort definition, where the sort can be retrieved.
|
| SortOrderStep<S> |
The step in a sort definition where the order can be set.
|
| SortThenStep |
The step in a sort definition where another sort can be chained.
|
| 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.