| 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 |
|---|---|
GetFieldMappingsRequest |
GetFieldMappingsRequest.fields(String... fields) |
GetFieldMappingsRequest |
GetFieldMappingsRequest.includeDefaults(boolean includeDefaults)
Indicates whether default mapping settings should be returned
|
GetFieldMappingsRequest |
GetFieldMappingsRequest.indices(String... indices) |
GetFieldMappingsRequest |
GetFieldMappingsRequest.indicesOptions(IndicesOptions indicesOptions) |
GetFieldMappingsRequest |
GetFieldMappingsRequest.local(boolean local)
Indicate whether the receiving node should operate based on local index information or forward requests,
where needed, to other nodes.
|
GetFieldMappingsRequest |
GetFieldMappingsRequest.types(String... types) |
| 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
|
void |
IndicesAdminClient.getFieldMappings(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener)
Get the mappings of specific fields
|
Copyright © 2009–2017. All rights reserved.