Package org.elasticsearch.action.bulk
Interface MappingUpdatePerformer
public interface MappingUpdatePerformer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateMappings(Mapping update, ShardId shardId, String type, ActionListener<Void> listener)
Update the mappings on the master.
-
Method Details
-
updateMappings
Update the mappings on the master.
-