Uses of Interface
org.hibernate.search.engine.search.sort.dsl.DistanceSortOptionsStep
Packages that use DistanceSortOptionsStep
Package
Description
-
Uses of DistanceSortOptionsStep in org.hibernate.search.engine.search.sort.dsl
Classes in org.hibernate.search.engine.search.sort.dsl with type parameters of type DistanceSortOptionsStepModifier and TypeInterfaceDescriptioninterfaceDistanceSortOptionsStep<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.Methods in org.hibernate.search.engine.search.sort.dsl that return DistanceSortOptionsStepModifier and TypeMethodDescriptiondefault DistanceSortOptionsStep<SR, ?, PDF> default DistanceSortOptionsStep<SR, ?, PDF> ExtendedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, double latitude, double longitude) default DistanceSortOptionsStep<SR, ?, PDF> ExtendedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, GeoPoint location) default DistanceSortOptionsStep<?, ?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.DistanceSortOptionsStep<?, ?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.default DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> Order elements by the distance from the location stored in the specified field to the location specified.DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> Order elements by the distance from the location stored in the specified field to the location specified.default DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> TypedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, double latitude, double longitude) Order elements by the distance from the location stored in the specified field to the location specified.default DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> TypedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, GeoPoint location) Order elements by the distance from the location stored in the specified field to the location specified. -
Uses of DistanceSortOptionsStep in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi that return DistanceSortOptionsStep