| 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 |
|---|---|
RefreshRequestBuilder |
RefreshAction.newRequestBuilder(ElasticsearchClient client) |
| 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).
|
Copyright © 2009–2017. All rights reserved.