Package org.hibernate.search.engine.search.sort.dsl
package org.hibernate.search.engine.search.sort.dsl
-
ClassDescriptionCompositeSortComponentsStep<SR,
S extends CompositeSortComponentsStep<SR, ?>> The initial and final step in a composite sort definition, where sort elements can be added.The step in a sort definition where the behavior on missing values can be set.DistanceSortOptionsStep<SR,S extends DistanceSortOptionsStep<SR, ?, PDF>, PDF extends SearchPredicateFactory<SR>> The initial and final step in a "distance" sort definition, where optional parameters can be set.ExtendedSearchSortFactory<SR,S extends ExtendedSearchSortFactory<SR, ?, PDF>, PDF extends SearchPredicateFactory<SR>> A base interface for subtypes ofSearchSortFactory
allowing to easily override the self type and predicate factory type for all relevant methods.The step in a sort definition where the behavior on missing values can be set.The step in a sort definition where the behavior on missing values can be set.FieldSortOptionsGenericStep<SR,T, S extends FieldSortOptionsGenericStep<SR, T, ?, ?, PDF>, N extends FieldSortMissingValueBehaviorGenericStep<T, S>, PDF extends SearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.FieldSortOptionsStep<SR,S extends FieldSortOptionsStep<SR, ?, PDF>, PDF extends SearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.ScoreSortOptionsStep<SR,S extends ScoreSortOptionsStep<SR, ?>> The initial and final step in a "score" sort definition, where optional parameters can be set.A factory for search sorts.An extension to the search sort DSL, allowing the use of non-standard sorts in a query.The second and later step when attempting to apply multiple extensions to aSearchSortFactory
.The initial step when attempting to apply multiple extensions to aSearchSortFactory
.SortFilterStep<SR,S, PDF extends SearchPredicateFactory<SR>> 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.The final step in a sort definition, where the sort can be retrieved.SortModeStep<S>The step in a sort definition where theSortMode
can be set.The step in a sort definition where the order can be set.SortThenStep<SR>The step in a sort definition where another sort can be chained.