Class DocumentField

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

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