Interface DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?,T>,T>
- Type Parameters:
S
- The "self" type (the actual exposed type of this step).T
- The type of projected distances.
- All Superinterfaces:
ProjectionFinalStep<T>
- All Known Subinterfaces:
DistanceToFieldProjectionValueStep<N,
T>
public interface DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?,T>,T>
extends ProjectionFinalStep<T>
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.
-
Method Summary
Modifier and TypeMethodDescriptionunit
(DistanceUnit unit) Defines the unit of the computed distance (default is meters).Methods inherited from interface org.hibernate.search.engine.search.projection.dsl.ProjectionFinalStep
toProjection
-
Method Details
-
unit
Defines the unit of the computed distance (default is meters).- Parameters:
unit
- The unit.- Returns:
this
, for method chaining.
-