Uses of Interface
org.hibernate.search.engine.search.projection.dsl.DistanceToFieldProjectionOptionsStep
Packages that use DistanceToFieldProjectionOptionsStep
-
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 DistanceToFieldProjectionOptionsStepModifier and TypeInterfaceDescriptioninterfaceDistanceToFieldProjectionOptionsStep<S extends DistanceToFieldProjectionOptionsStep<?,T>, T> The initial and final step in a "distance to field" projection definition, where optional parameters can be set.interfaceDistanceToFieldProjectionValueStep<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.dslModifier and TypeInterfaceDescriptioninterfaceDistanceToFieldProjectionValueStep<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 DistanceToFieldProjectionOptionsStepModifier and TypeMethodDescriptionDistanceToFieldProjectionValueStep.multi()Defines the projection as multi-valued, i.e. returningList<T>instead ofT.