Class ElasticsearchFieldProjection<F,V,P,T>

java.lang.Object
org.hibernate.search.backend.elasticsearch.search.projection.impl.AbstractElasticsearchProjection<P>
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchFieldProjection<F,V,P,T>
Type Parameters:
F - The type of individual field values obtained from the backend (before conversion).
V - The type of individual field values after conversion.
P - The type of the final projection result representing accumulated values of type V.
All Implemented Interfaces:
ElasticsearchSearchProjection<P>, SearchProjection<P>

public class ElasticsearchFieldProjection<F,V,P,T> extends AbstractElasticsearchProjection<P>
A projection on the values of an index field.