Package | Description |
---|---|
org.elasticsearch.action.admin.indices.get | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
GetIndexRequestBuilder |
GetIndexRequestBuilder.addFeatures(GetIndexRequest.Feature... features) |
GetIndexRequestBuilder |
GetIndexRequestBuilder.addFeatures(String... featureNames)
Deprecated.
use
#addFeatures(Feature[]) instead |
GetIndexRequestBuilder |
GetIndexAction.newRequestBuilder(IndicesAdminClient client) |
GetIndexRequestBuilder |
GetIndexRequestBuilder.setFeatures(GetIndexRequest.Feature... features) |
GetIndexRequestBuilder |
GetIndexRequestBuilder.setFeatures(String... featureNames)
Deprecated.
use
#setFeatures(Feature[]) instead |
Modifier and Type | Method and Description |
---|---|
GetIndexRequestBuilder |
IndicesAdminClient.prepareGetIndex()
Get index metadata for particular indices.
|
Modifier and Type | Method and Description |
---|---|
GetIndexRequestBuilder |
AbstractIndicesAdminClient.prepareGetIndex() |
Copyright © 2009–2015. All rights reserved.