Uses of Interface
org.hibernate.search.engine.search.projection.dsl.DistanceToFieldProjectionOptionsStep
-
Packages that use DistanceToFieldProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl -
-
Uses of DistanceToFieldProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type DistanceToFieldProjectionOptionsStep Modifier and Type Interface Description interface
DistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?,T>,T>
The initial and final step in a "distance to field" projection definition, where optional parameters can be set.interface
DistanceToFieldProjectionValueStep<N extends DistanceToFieldProjectionOptionsStep<?,T>,T>
The initial step in a "distance to field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and where optional parameters can be set.Subinterfaces of DistanceToFieldProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl Modifier and Type Interface Description interface
DistanceToFieldProjectionValueStep<N extends DistanceToFieldProjectionOptionsStep<?,T>,T>
The initial step in a "distance to field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return DistanceToFieldProjectionOptionsStep Modifier and Type Method Description DistanceToFieldProjectionOptionsStep<?,List<T>>
DistanceToFieldProjectionValueStep. multi()
Defines the projection as multi-valued, i.e.
-