Interface ProjectionFinalStep<T>
- Type Parameters:
T
- The type returned by the projection.
- All Known Subinterfaces:
CompositeProjectionOptionsStep<S,
,T> CompositeProjectionValueStep<N,
,T> DistanceToFieldProjectionOptionsStep<S,
,T> DistanceToFieldProjectionValueStep<N,
,T> DocumentReferenceProjectionOptionsStep<S>
,EntityProjectionOptionsStep<S,
,E> EntityReferenceProjectionOptionsStep<S,
,R> FieldProjectionOptionsStep<S,
,T> FieldProjectionValueStep<N,
,T> HighlightProjectionFinalStep
,HighlightProjectionOptionsStep
,IdProjectionOptionsStep<S,
,I> ScoreProjectionOptionsStep<S>
- All Known Implementing Classes:
StaticProjectionFinalStep
public interface ProjectionFinalStep<T>
The final step in a projection definition, where the projection can be retrieved.
-
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjection
instance matching the definition given in the previous DSL steps.
-
Method Details
-
toProjection
SearchProjection<T> toProjection()Create aSearchProjection
instance matching the definition given in the previous DSL steps.- Returns:
- The
SearchProjection
instance.
-