| 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 |
|---|---|
RefreshResponse |
RefreshAction.newResponse() |
protected RefreshResponse |
TransportRefreshAction.newResponse(int successfulShards,
int failedShards,
int totalNumCopies,
List<ShardOperationFailedException> shardFailures) |
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
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.