| Modifier and Type | Method and Description |
|---|---|
Text |
PercolateResponse.Match.getId() |
Text |
PercolateResponse.Match.getIndex() |
| Constructor and Description |
|---|
PercolateResponse.Match(Text index,
Text id,
float score)
Constructor only for internal usage.
|
PercolateResponse.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.readText() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamOutput.writeOptionalText(Text text) |
void |
StreamOutput.writeText(Text text) |
| Modifier and Type | Field and Description |
|---|---|
static Text[] |
Text.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static Text[] |
Text.convertFromStringArray(String[] strings) |
| Modifier and Type | Method and Description |
|---|---|
int |
Text.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[] |
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 |
|---|
Suggest.Suggestion.Entry.Option(Text text,
float score) |
Suggest.Suggestion.Entry.Option(Text text,
Text highlighted,
float score) |
Suggest.Suggestion.Entry.Option(Text text,
Text highlighted,
float score,
Boolean collateMatch) |
Suggest.Suggestion.Entry(Text text,
int offset,
int length) |
| Constructor and Description |
|---|
CompletionSuggestion.Entry.Option(Text text,
float score,
BytesReference payload) |
CompletionSuggestion.Entry(Text text,
int offset,
int length) |
| Constructor and Description |
|---|
PhraseSuggestion.Entry(Text text,
int offset,
int length,
double cutoffScore) |
| Constructor and Description |
|---|
TermSuggestion.Entry.Option(Text text,
int freq,
float score) |
Copyright © 2009–2017. All rights reserved.