Package | Description |
---|---|
org.elasticsearch.action.get |
Get action.
|
org.elasticsearch.action.indexedscripts.get | |
org.elasticsearch.index.get |
Modifier and Type | Method and Description |
---|---|
GetField |
GetResponse.getField(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,GetField> |
GetResponse.getFields() |
Iterator<GetField> |
GetResponse.iterator() |
Modifier and Type | Method and Description |
---|---|
Iterator<GetField> |
GetIndexedScriptResponse.iterator() |
Modifier and Type | Method and Description |
---|---|
GetField |
GetResult.field(String name) |
static GetField |
GetField.readGetField(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
Map<String,GetField> |
GetResult.getFields() |
Iterator<GetField> |
GetResult.iterator() |
Constructor and Description |
---|
GetResult(String index,
String type,
String id,
long version,
boolean exists,
BytesReference source,
Map<String,GetField> fields) |
Copyright © 2009–2015. All rights reserved.