Class DocumentField

java.lang.Object
org.elasticsearch.common.document.DocumentField
All Implemented Interfaces:
Iterable<Object>, Writeable

public class DocumentField extends Object implements Writeable, Iterable<Object>
A single field name and values part of SearchHit and GetResult.
See Also: