Interface ElasticsearchSearchProjection.Extractor<E,P>

Type Parameters:
E - The type of temporary values extracted from the response. May be the same as ElasticsearchSearchProjection.Extractor, or not, depending on implementation.
P - The type of projected values.
All Known Implementing Classes:
ElasticsearchConstantProjection, ElasticsearchDistanceToFieldProjection, ElasticsearchEntityLoadingProjection, ElasticsearchEntityReferenceProjection, ElasticsearchIdProjection, ElasticsearchThrowingProjection
Enclosing interface:
ElasticsearchSearchProjection<P>

public static interface ElasticsearchSearchProjection.Extractor<E,P>
An object responsible for extracting data from the Elasticsearch response, to implement a projection.