Interface FromDocumentFieldValueConverter<F,V>

Type Parameters:
F - The type of source, index field values.
V - The type of target values.
All Superinterfaces:
FromDocumentValueConverter<F,V>

@Deprecated public interface FromDocumentFieldValueConverter<F,V> extends FromDocumentValueConverter<F,V>
Deprecated.
Implement FromDocumentValueConverter instead.
A converter from a source index field value to a different value.