Interface ToDocumentValueConverter<V,​F>

    • Method Detail

      • toDocumentValue

        F toDocumentValue​(V value,
                          ToDocumentValueConvertContext context)
        Parameters:
        value - The source value to convert to the document model.
        context - A context that can be extended to a more useful type, giving access to such things as a Hibernate ORM SessionFactory (if using the Hibernate ORM mapper).
        Returns:
        The converted index field value.