| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.analyze | |
| org.elasticsearch.action.admin.indices.mapping.get | |
| 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.termvectors |
Get the term vector for a specific document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeRequest
A request to analyze a text associated with a specific index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetFieldMappingsIndexRequest |
| 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 |
SingleShardOperationRequestBuilder<Request extends SingleShardRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>> |
class |
SingleShardRequest<T extends SingleShardRequest> |
class |
TransportSingleShardAction<Request extends SingleShardRequest,Response extends ActionResponse>
A base class for operations that need to perform a read operation on a single shard copy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTermVectorsShardRequest |
class |
TermVectorsRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
Copyright © 2009–2017. All rights reserved.