| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.mapping.put |
Put Mapping Action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected PutMappingResponse |
TransportPutMappingAction.newResponse() |
PutMappingResponse |
PutMappingAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009–2017. All rights reserved.