Package org.hibernate.search.engine.search.sort.dsl
package org.hibernate.search.engine.search.sort.dsl
-
ClassDescriptionCompositeSortComponentsStep<S extends CompositeSortComponentsStep<?>>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<S extends DistanceSortOptionsStep<?,
PDF>, PDF extends SearchPredicateFactory> The initial and final step in a "distance" sort definition, where optional parameters can be set.ExtendedSearchSortFactory<S extends ExtendedSearchSortFactory<?,PDF>, PDF extends SearchPredicateFactory> 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 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.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<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.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.The step in a sort definition where another sort can be chained.