| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReplicationRequest |
TransportRefreshAction.newShardRequest(RefreshRequest request,
ShardId shardId) |
| Modifier and Type | Method and Description |
|---|---|
static RefreshRequest |
Requests.refreshRequest(String... indices)
Creates a refresh indices request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<RefreshResponse> |
IndicesAdminClient.refresh(RefreshRequest request)
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
|
void |
IndicesAdminClient.refresh(RefreshRequest request,
ActionListener<RefreshResponse> listener)
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
|
Copyright © 2009–2017. All rights reserved.