Uses of Interface
org.hibernate.search.engine.search.reference.projection.DistanceProjectionFieldReference
Packages that use DistanceProjectionFieldReference
Package
Description
-
Uses of DistanceProjectionFieldReference in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type DistanceProjectionFieldReferenceModifier and TypeMethodDescriptiondefault DistanceToFieldProjectionValueStep
<?, Double> TypedSearchProjectionFactory.distance
(DistanceProjectionFieldReference<? super SR> fieldReference, GeoPoint center) Project on the distance from the center to aGeoPoint
field. -
Uses of DistanceProjectionFieldReference in org.hibernate.search.engine.search.reference.projection
Classes in org.hibernate.search.engine.search.reference.projection that implement DistanceProjectionFieldReferenceModifier and TypeClassDescriptionfinal record
AnyProjectionReference<SR,
T> A generic projected-field reference that can be manually created and passed to any projection-DSL methods that require a field reference.