Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.get | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
GetMappingsRequestBuilder |
GetMappingsAction.newRequestBuilder(IndicesAdminClient client) |
Modifier and Type | Method and Description |
---|---|
GetMappingsRequestBuilder |
IndicesAdminClient.prepareGetMappings(String... indices)
Get the complete mappings of one or more types
|
Modifier and Type | Method and Description |
---|---|
GetMappingsRequestBuilder |
AbstractIndicesAdminClient.prepareGetMappings(String... indices) |
Copyright © 2009–2015. All rights reserved.