Package | Description |
---|---|
org.elasticsearch.index.engine | |
org.elasticsearch.index.get | |
org.elasticsearch.index.shard |
Modifier and Type | Field and Description |
---|---|
static Engine.GetResult |
Engine.GetResult.NOT_EXISTS |
Modifier and Type | Method and Description |
---|---|
Engine.GetResult |
InternalEngine.get(Engine.Get get) |
Engine.GetResult |
ShadowEngine.get(Engine.Get get) |
abstract Engine.GetResult |
Engine.get(Engine.Get get) |
protected Engine.GetResult |
Engine.getFromSearcher(Engine.Get get) |
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. |
Modifier and Type | Method and Description |
---|---|
Engine.GetResult |
IndexShard.get(Engine.Get get) |
Copyright © 2009–2015. All rights reserved.