Interface SearchProjectionBuilder<T>
- All Known Subinterfaces:
DistanceToFieldProjectionBuilder
,FieldProjectionBuilder<T>
public interface SearchProjectionBuilder<T>
A search projection builder, i.e. an object responsible for collecting parameters
and then building a search projection.
-
Method Summary
-
Method Details
-
build
SearchProjection<T> build()
-