Package | Description |
---|---|
org.elasticsearch.action.admin.indices.cache.clear | |
org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
org.elasticsearch.action.admin.indices.optimize |
Optimize index/indices action.
|
org.elasticsearch.action.admin.indices.recovery | |
org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
org.elasticsearch.action.admin.indices.segments | |
org.elasticsearch.action.admin.indices.stats | |
org.elasticsearch.action.admin.indices.status | |
org.elasticsearch.action.admin.indices.validate.query |
Validate action.
|
org.elasticsearch.action.count |
Count action.
|
org.elasticsearch.action.exists |
Exists action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.action.suggest |
Suggest action.
|
org.elasticsearch.action.support.broadcast |
Modifier and Type | Class and Description |
---|---|
class |
ClearIndicesCacheRequest |
Modifier and Type | Class and Description |
---|---|
class |
FlushRequest
A flush request to flush one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizeRequest
A request to optimize one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryRequest
Request for recovery information
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshRequest
A refresh request making all operations performed since the last refresh available for search.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesSegmentsRequest |
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatsRequest
A request to get indices level stats.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatusRequest
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidateQueryRequest
A request to validate a specific query.
|
Modifier and Type | Class and Description |
---|---|
class |
CountRequest
A request to count the number of documents matching a specific query.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsRequest |
Modifier and Type | Class and Description |
---|---|
class |
PercolateRequest
A request to execute a percolate operation.
|
Modifier and Type | Class and Description |
---|---|
class |
SuggestRequest
A request to get suggestions for corrections of phrases.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastOperationRequest<T extends BroadcastOperationRequest> |
class |
BroadcastOperationRequestBuilder<Request extends BroadcastOperationRequest<Request>,Response extends BroadcastOperationResponse,RequestBuilder extends BroadcastOperationRequestBuilder<Request,Response,RequestBuilder,Client>,Client extends ElasticsearchClient> |
class |
TransportBroadcastOperationAction<Request extends BroadcastOperationRequest,Response extends BroadcastOperationResponse,ShardRequest extends BroadcastShardOperationRequest,ShardResponse extends BroadcastShardOperationResponse> |
Constructor and Description |
---|
BroadcastShardOperationRequest(ShardId shardId,
BroadcastOperationRequest request) |
Copyright © 2009–2015. All rights reserved.