Interface IndexFieldReference<F>
- Type Parameters:
F- The indexed field value type.
- All Known Implementing Classes:
ElasticsearchIndexFieldReference,LuceneIndexFieldReference
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.