Interface SearchProjectionBuilder<T>
- All Known Subinterfaces:
DistanceToFieldProjectionBuilder,FieldProjectionBuilder<T>
- All Known Implementing Classes:
AbstractElasticsearchProjection.AbstractBuilder,ElasticsearchDistanceToFieldProjection.Builder,ElasticsearchFieldProjection.Builder,LuceneDistanceToFieldProjection.Builder
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()
-