| Package | Description |
|---|---|
| org.elasticsearch.action.explain |
Explain action.
|
| org.elasticsearch.action.get |
Get action.
|
| org.elasticsearch.action.update | |
| org.elasticsearch.index.get |
| Modifier and Type | Method and Description |
|---|---|
GetResult |
ExplainResponse.getGetResult() |
| Constructor and Description |
|---|
ExplainResponse(String index,
String type,
String id,
boolean exists,
org.apache.lucene.search.Explanation explanation,
GetResult getResult) |
| Constructor and Description |
|---|
GetResponse(GetResult getResult) |
| Modifier and Type | Method and Description |
|---|---|
GetResult |
UpdateHelper.extractGetResult(UpdateRequest request,
String concreteIndex,
long version,
Map<String,Object> source,
XContentType sourceContentType,
BytesReference sourceAsBytes)
Extracts the fields from the updated document to be returned in a update response
|
GetResult |
UpdateResponse.getGetResult() |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateHelper.Result |
UpdateHelper.prepare(UpdateRequest request,
GetResult getResult)
Prepares an update request by converting it into an index or delete request or an update response (no action).
|
void |
UpdateResponse.setGetResult(GetResult getResult) |
| Modifier and Type | Method and Description |
|---|---|
GetResult |
ShardGetService.get(Engine.GetResult engineGetResult,
String id,
String type,
String[] fields,
FetchSourceContext fetchSourceContext,
boolean ignoreErrorsOnGeneratedFields)
Returns
GetResult based on the specified Engine.GetResult argument. |
GetResult |
ShardGetService.get(String type,
String id,
String[] gFields,
boolean realtime,
long version,
VersionType versionType,
FetchSourceContext fetchSourceContext,
boolean ignoreErrorsOnGeneratedFields) |
static GetResult |
GetResult.readGetResult(StreamInput in) |
Copyright © 2009–2017. All rights reserved.