Package org.hibernate.search.engine.search.sort.dsl
package org.hibernate.search.engine.search.sort.dsl
-
ClassDescriptionThe initial and final step in a composite sort definition, where sort elements can be added.CompositeSortOptionsCollector<S extends CompositeSortOptionsCollector<?>>The step in a sort definition where the behavior on missing values can be set.DistanceSortOptionsStep<SR, S extends DistanceSortOptionsStep<SR,
?, PDF>, PDF extends TypedSearchPredicateFactory<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 TypedSearchPredicateFactory<SR>> A base interface for subtypes ofTypedSearchSortFactoryallowing 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 TypedSearchPredicateFactory<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 TypedSearchPredicateFactory<SR>> The initial and final step in a "field" sort definition, where optional parameters can be set.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 aTypedSearchSortFactory.The initial step when attempting to apply multiple extensions to aTypedSearchSortFactory.SortFilterStep<SR, S, PDF extends TypedSearchPredicateFactory<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 theSortModecan 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.A factory for search sorts.