java.lang.Object
org.elasticsearch.xcontent.Text
All Implemented Interfaces:
Comparable<Text>, ToXContent, ToXContentFragment, XContentString

public final class Text extends Object implements XContentString, Comparable<Text>, ToXContentFragment
Both String and XContentString.UTF8Bytes representation of the text. Starts with one of those, and if the other is requested, caches the other one in a local reference so no additional conversion will be needed.