| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.flush |
Flush index/indices action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
FlushRequestBuilder |
FlushAction.newRequestBuilder(ElasticsearchClient client) |
FlushRequestBuilder |
FlushRequestBuilder.setForce(boolean force) |
FlushRequestBuilder |
FlushRequestBuilder.setWaitIfOngoing(boolean waitIfOngoing) |
| Modifier and Type | Method and Description |
|---|---|
FlushRequestBuilder |
IndicesAdminClient.prepareFlush(String... indices)
Explicitly flush one or more indices (releasing memory from the node).
|
Copyright © 2009–2017. All rights reserved.