Interface FromDocumentFieldValueConverter<F,​V>

  • Type Parameters:
    F - The type of source, index field values.
    V - The type of target values.
    All Known Implementing Classes:
    PassThroughFromDocumentFieldValueConverter

    public interface FromDocumentFieldValueConverter<F,​V>
    A converter from a source index field value to a different value.