Interface ToDocumentFieldValueConverter<V,F>

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

@Deprecated public interface ToDocumentFieldValueConverter<V,F> extends ToDocumentValueConverter<V,F>
Deprecated.
Implement ToDocumentValueConverter instead.
A converter from a source value to a target value that should be indexed.