| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.mapping.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected GetFieldMappingsResponse |
TransportGetFieldMappingsIndexAction.newResponse() |
GetFieldMappingsResponse |
GetFieldMappingsAction.newResponse() |
protected GetFieldMappingsResponse |
TransportGetFieldMappingsIndexAction.shardOperation(GetFieldMappingsIndexRequest request,
ShardId shardId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportGetFieldMappingsAction.doExecute(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<GetFieldMappingsResponse> |
IndicesAdminClient.getFieldMappings(GetFieldMappingsRequest request)
Get the mappings of specific fields
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicesAdminClient.getFieldMappings(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener)
Get the mappings of specific fields
|
Copyright © 2009–2017. All rights reserved.