Uses of Interface
org.elasticsearch.common.text.Text

Packages that use Text
org.elasticsearch.common.io.stream   
org.elasticsearch.common.text   
org.elasticsearch.common.xcontent   
org.elasticsearch.search.highlight   
 

Uses of Text in org.elasticsearch.common.io.stream
 

Methods in org.elasticsearch.common.io.stream that return Text
 Text AdapterStreamInput.readText()
           
 Text StreamInput.readText()
           
 

Methods in org.elasticsearch.common.io.stream with parameters of type Text
 void AdapterStreamOutput.writeText(Text text)
           
 void StreamOutput.writeText(Text text)
           
 

Uses of Text in org.elasticsearch.common.text
 

Classes in org.elasticsearch.common.text that implement Text
 class BytesText
          A BytesReference representation of the text, will always convert on the fly to a String.
 class StringAndBytesText
          Both String and BytesReference representation of the text.
 class StringText
          A String only representation of the text.
 

Fields in org.elasticsearch.common.text declared as Text
static Text[] StringAndBytesText.EMPTY_ARRAY
           
static Text[] StringText.EMPTY_ARRAY
           
 

Methods in org.elasticsearch.common.text that return Text
static Text[] StringAndBytesText.convertFromStringArray(String[] strings)
           
static Text[] StringText.convertFromStringArray(String[] strings)
           
 

Uses of Text in org.elasticsearch.common.xcontent
 

Methods in org.elasticsearch.common.xcontent with parameters of type Text
 XContentBuilder XContentBuilder.field(String name, Text value)
           
 XContentBuilder XContentBuilder.value(Text value)
           
 

Uses of Text in org.elasticsearch.search.highlight
 

Methods in org.elasticsearch.search.highlight that return Text
 Text[] HighlightField.fragments()
          The highlighted fragments.
 Text[] HighlightField.getFragments()
          The highlighted fragments.
 

Constructors in org.elasticsearch.search.highlight with parameters of type Text
HighlightField(String name, Text[] fragments)
           
 



Copyright © 2009-2012. All Rights Reserved.