Modifier and Type | Method and Description |
---|---|
Text |
TransportShardMultiPercolateAction.Response.Item.error() |
Text |
PercolateResponse.Match.getId() |
Text |
PercolateResponse.Match.getIndex() |
Constructor and Description |
---|
Item(Integer slot,
Text error) |
Match(Text index,
Text id,
float score)
Constructor only for internal usage.
|
Match(Text index,
Text id,
float score,
Map<String,HighlightField> hl)
Constructor only for internal usage.
|
Modifier and Type | Method and Description |
---|---|
Text |
PendingClusterTask.getSource() |
Constructor and Description |
---|
PendingClusterTask(long insertOrder,
Priority priority,
Text source,
long timeInQueue,
boolean executing) |
Modifier and Type | Method and Description |
---|---|
Text |
StreamInput.readOptionalText() |
Text |
StreamInput.readSharedText() |
Text |
HandlesStreamInput.readSharedText() |
Text |
AdapterStreamInput.readSharedText() |
Text |
StreamInput.readText() |
Text |
AdapterStreamInput.readText() |
Text[] |
StreamInput.readTextArray() |
Modifier and Type | Method and Description |
---|---|
void |
StreamOutput.writeOptionalText(Text text) |
void |
HandlesStreamOutput.writeSharedText(Text text) |
void |
AdapterStreamOutput.writeSharedText(Text text) |
void |
StreamOutput.writeSharedText(Text text) |
void |
AdapterStreamOutput.writeText(Text text) |
void |
StreamOutput.writeText(Text text) |
void |
StreamOutput.writeTextArray(Text[] array) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static Text[] |
StringAndBytesText.EMPTY_ARRAY |
static Text[] |
StringText.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
static Text[] |
StringAndBytesText.convertFromStringArray(String[] strings) |
static Text[] |
StringText.convertFromStringArray(String[] strings) |
Modifier and Type | Method and Description |
---|---|
int |
StringAndBytesText.compareTo(Text text) |
int |
BytesText.compareTo(Text text) |
int |
StringText.compareTo(Text text) |
Modifier and Type | Method and Description |
---|---|
XContentBuilder |
XContentBuilder.field(String name,
Text value) |
XContentBuilder |
XContentBuilder.field(XContentBuilderString name,
Text value) |
XContentBuilder |
XContentBuilder.value(Text value) |
Modifier and Type | Method and Description |
---|---|
Text |
DocumentMapper.typeText() |
Modifier and Type | Method and Description |
---|---|
Text |
SearchHit.NestedIdentity.getField()
Returns the nested field in the source this hit originates from
|
Text |
SearchShardTarget.indexText() |
Text |
SearchShardTarget.nodeIdText() |
Modifier and Type | Method and Description |
---|---|
Text |
MultiBucketsAggregation.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalFilters.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalHistogram.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalRange.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
SignificantStringTerms.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
StringTerms.Bucket.getKeyAsText() |
Modifier and Type | Method and Description |
---|---|
Text |
TermsFacet.Entry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalDoubleTermsFacet.DoubleEntry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalLongTermsFacet.LongEntry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalStringTermsFacet.TermEntry.getTerm() |
Constructor and Description |
---|
TermEntry(Text term,
int count) |
Modifier and Type | Method and Description |
---|---|
Text |
TermsStatsFacet.Entry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalTermsStatsDoubleFacet.DoubleEntry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalTermsStatsLongFacet.LongEntry.getTerm() |
Modifier and Type | Method and Description |
---|---|
Text |
InternalTermsStatsStringFacet.StringEntry.getTerm() |
Constructor and Description |
---|
StringEntry(Text term,
long count,
long totalCount,
double total,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
Text[] |
HighlightField.fragments()
The highlighted fragments.
|
Text[] |
HighlightField.getFragments()
The highlighted fragments.
|
Constructor and Description |
---|
HighlightField(String name,
Text[] fragments) |
Modifier and Type | Method and Description |
---|---|
Text |
InternalSearchHit.InternalNestedIdentity.getField() |
Constructor and Description |
---|
InternalSearchHit(int nestedTopDocId,
String id,
Text type,
InternalSearchHit.InternalNestedIdentity nestedIdentity,
Map<String,SearchHitField> fields) |
InternalSearchHit(int docId,
String id,
Text type,
Map<String,SearchHitField> fields) |
Modifier and Type | Field and Description |
---|---|
protected Text |
Suggest.Suggestion.Entry.text |
Modifier and Type | Method and Description |
---|---|
Text |
Suggest.Suggestion.Entry.Option.getHighlighted() |
Text |
Suggest.Suggestion.Entry.getText() |
Text |
Suggest.Suggestion.Entry.Option.getText() |
Constructor and Description |
---|
Entry(Text text,
int offset,
int length) |
Option(Text text,
float score) |
Option(Text text,
Text highlighted,
float score) |
Option(Text text,
Text highlighted,
float score,
Boolean collateMatch) |
Constructor and Description |
---|
Entry(Text text,
int offset,
int length) |
Option(Text text,
float score,
BytesReference payload) |
Constructor and Description |
---|
Entry(Text text,
int offset,
int length,
double cutoffScore) |
Constructor and Description |
---|
Option(Text text,
int freq,
float score) |
Copyright © 2009–2015. All rights reserved.