Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.put |
Put Mapping Action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
PutMappingResponse |
PutMappingAction.newResponse() |
protected PutMappingResponse |
TransportPutMappingAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
PutMappingRequestBuilder.doExecute(ActionListener<PutMappingResponse> listener) |
protected void |
TransportPutMappingAction.masterOperation(PutMappingRequest request,
ClusterState state,
ActionListener<PutMappingResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<PutMappingResponse> |
IndicesAdminClient.putMapping(PutMappingRequest request)
Add mapping definition for a type into one or more indices.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.putMapping(PutMappingRequest request,
ActionListener<PutMappingResponse> listener)
Add mapping definition for a type into one or more indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<PutMappingResponse> |
AbstractIndicesAdminClient.putMapping(PutMappingRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.putMapping(PutMappingRequest request,
ActionListener<PutMappingResponse> listener) |
Copyright © 2009–2015. All rights reserved.