Package | Description |
---|---|
org.elasticsearch.action.admin.indices.segments | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
IndicesSegmentsRequestBuilder |
IndicesSegmentsAction.newRequestBuilder(IndicesAdminClient client) |
Modifier and Type | Method and Description |
---|---|
IndicesSegmentsRequestBuilder |
IndicesAdminClient.prepareSegments(String... indices)
The segments of one or more indices.
|
Modifier and Type | Method and Description |
---|---|
IndicesSegmentsRequestBuilder |
AbstractIndicesAdminClient.prepareSegments(String... indices) |
Copyright © 2009–2015. All rights reserved.