Interface IndexFieldReference<F>

  • Type Parameters:
    F - The indexed field value type.

    public interface IndexFieldReference<F>
    A reference to an "object" field of an indexed document, allowing to add new values to this field for a given document.
    See Also:
    DocumentElement.addValue(IndexFieldReference, Object)