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 aGeoPointfield. -
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 recordAnyProjectionReference<SR,T> A generic projected-field reference that can be manually created and passed to any projection-DSL methods that require a field reference.