| CompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>> |
The initial and final step in a composite sort definition, where sort elements can be added.
|
| DistanceSortOptionsStep<S extends DistanceSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory> |
The initial and final step in a "distance" sort definition, where optional parameters can be set.
|
| ExtendedSearchSortFactory<PDF extends SearchPredicateFactory> |
A base interface for subtypes of SearchSortFactory allowing to
easily override the predicate factory type for all relevant methods.
|
| FieldSortMissingValueBehaviorStep<N> |
The step in a sort definition where the behavior on missing values can be set.
|
| FieldSortOptionsStep<S extends FieldSortOptionsStep<?,PDF>,PDF extends SearchPredicateFactory> |
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.
|
| SortFilterStep<S,PDF extends SearchPredicateFactory> |
The step in a sort definition where a filter can be set
to select nested objects from which values will be extracted for this sort.
|
| SortFinalStep |
The final step in a sort definition, where the sort can be retrieved.
|
| SortModeStep<S> |
The step in a sort definition where the SortMode can be set.
|
| 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.
|