Interface LuceneSearchProjection.Extractor<E,P>

Type Parameters:
E - The type of temporary values extracted from the response. May be the same as LuceneSearchProjection.Extractor, or not, depending on implementation.
P - The type of projected values.
All Known Implementing Classes:
LuceneConstantProjection, LuceneEntityLoadingProjection, LuceneEntityReferenceProjection, LuceneIdProjection, LuceneThrowingProjection
Enclosing interface:
LuceneSearchProjection<P>

public static interface LuceneSearchProjection.Extractor<E,P>
An object responsible for extracting data from the Lucene Searcher, to implement a projection.