Uses of Interface
org.hibernate.search.engine.search.projection.dsl.DistanceToFieldProjectionValueStep
-
Packages that use DistanceToFieldProjectionValueStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of DistanceToFieldProjectionValueStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return DistanceToFieldProjectionValueStep Modifier and Type Method Description DistanceToFieldProjectionValueStep<?,Double>
SearchProjectionFactory. distance(String fieldPath, GeoPoint center)
Project on the distance from the center to aGeoPoint
field. -
Uses of DistanceToFieldProjectionValueStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return DistanceToFieldProjectionValueStep Modifier and Type Method Description DistanceToFieldProjectionValueStep<?,Double>
AbstractSearchProjectionFactory. distance(String fieldPath, GeoPoint center)
-