Package | Description |
---|---|
org.elasticsearch.action.explain |
Explain action.
|
org.elasticsearch.action.get |
Get action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.support.single.shard | |
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplainRequest
Explain request encapsulating the explain query and document identifier to get an explanation for.
|
Modifier and Type | Class and Description |
---|---|
class |
GetRequest
A request to get a document (its source) from an index based on its type (optional) and id.
|
class |
MultiGetShardRequest |
Modifier and Type | Class and Description |
---|---|
static class |
TransportShardMultiPercolateAction.Request |
Modifier and Type | Class and Description |
---|---|
class |
SingleShardOperationRequest<T extends SingleShardOperationRequest> |
class |
SingleShardOperationRequestBuilder<Request extends SingleShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> |
class |
TransportShardSingleOperationAction<Request extends SingleShardOperationRequest,Response extends ActionResponse>
A base class for single shard read operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTermVectorsShardRequest |
class |
TermVectorRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
Copyright © 2009–2015. All rights reserved.