Package org.elasticsearch.action.bulk
Interface MappingUpdatePerformer
-
public interface MappingUpdatePerformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateMappings(Mapping update, ShardId shardId, String type, ActionListener<Void> listener)Update the mappings on the master.
-
-
-
Method Detail
-
updateMappings
void updateMappings(Mapping update, ShardId shardId, String type, ActionListener<Void> listener)
Update the mappings on the master.
-
-