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 |
---|---|
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 |
TransportGetFieldMappingsAction.newRequestInstance() |
GetFieldMappingsRequest |
GetFieldMappingsRequest.types(String... types) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportGetFieldMappingsAction.doExecute(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener) |
Constructor and Description |
---|
GetFieldMappingsRequest(GetFieldMappingsRequest other) |
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
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<GetFieldMappingsResponse> |
AbstractIndicesAdminClient.getFieldMappings(GetFieldMappingsRequest request) |
void |
AbstractIndicesAdminClient.getFieldMappings(GetFieldMappingsRequest request,
ActionListener<GetFieldMappingsResponse> listener) |
Copyright © 2009–2015. All rights reserved.