Package | Description |
---|---|
org.elasticsearch.action.admin.indices.refresh |
Refresh index/indices action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
RefreshRequestBuilder |
RefreshAction.newRequestBuilder(IndicesAdminClient client) |
RefreshRequestBuilder |
RefreshRequestBuilder.setForce(boolean force)
Deprecated.
unnecessary flag since 1.5.0
|
Modifier and Type | Method and Description |
---|---|
RefreshRequestBuilder |
IndicesAdminClient.prepareRefresh(String... indices)
Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
|
Modifier and Type | Method and Description |
---|---|
RefreshRequestBuilder |
AbstractIndicesAdminClient.prepareRefresh(String... indices) |
Copyright © 2009–2015. All rights reserved.