Class LuceneFieldProjection<F,​V,​P>

  • 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:
    LuceneSearchProjection<P>, SearchProjection<P>

    public class LuceneFieldProjection<F,​V,​P>
    extends Object
    A projection on the values of an index field.