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>, SingleHighlightProjectionFinalStep
- 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 aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Method Details
-
toProjection
SearchProjection<T> toProjection()Create aSearchProjectioninstance matching the definition given in the previous DSL steps.- Returns:
- The
SearchProjectioninstance.
-