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