| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.optimize |
Optimize 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 |
|---|---|
OptimizeResponse |
OptimizeAction.newResponse()
|
protected OptimizeResponse |
TransportOptimizeAction.newResponse(OptimizeRequest
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OptimizeRequestBuilder.doExecute(ActionListener
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture |
IndicesAdminClient.optimize(OptimizeRequest
Explicitly optimize one or more indices into a the number of segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.optimize(OptimizeRequest
Explicitly optimize one or more indices into a the number of segments.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture |
AbstractIndicesAdminClient.optimize(OptimizeRequest
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIndicesAdminClient.optimize(OptimizeRequest
|