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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchProjection<T>build()
-
-
-
Method Detail
-
build
SearchProjection<T> build()
-
-