Package org.hibernate.search.engine.backend.types.converter
-
Interface Summary Interface Description FromDocumentFieldValueConverter<F,V> Deprecated. ImplementFromDocumentValueConverter
instead.FromDocumentValueConverter<F,V> A converter from a source value in the document model to a different value.ToDocumentFieldValueConverter<V,F> Deprecated. ImplementToDocumentValueConverter
instead.ToDocumentValueConverter<V,F> A converter from a source value to a target value in the document model.