Class MetadataMappingService
java.lang.Object
org.elasticsearch.cluster.metadata.MetadataMappingService
Service responsible for submitting mapping changes
-
Constructor Summary
ConstructorDescriptionMetadataMappingService
(ClusterService clusterService, IndicesService indicesService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
putMapping
(PutMappingClusterStateUpdateRequest request, ActionListener<AcknowledgedResponse> listener)
-
Constructor Details
-
MetadataMappingService
-
-
Method Details
-
putMapping
public void putMapping(PutMappingClusterStateUpdateRequest request, ActionListener<AcknowledgedResponse> listener)
-