Interface SearchProjectionBuilder<T>
-
- All Known Subinterfaces:
CompositeProjectionBuilder<T>
,DistanceToFieldProjectionBuilder
,DocumentReferenceProjectionBuilder
,EntityProjectionBuilder<E>
,EntityReferenceProjectionBuilder<R>
,FieldProjectionBuilder<T>
,IdProjectionBuilder<I>
,ScoreProjectionBuilder
public interface SearchProjectionBuilder<T>
A search projection builder, i.e. an object responsible for collecting parameters and then building a search projection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchProjection<T>
build()
-
-
-
Method Detail
-
build
SearchProjection<T> build()
-
-