Package org.elasticsearch.action.bulk
Interface MappingUpdatePerformer
-
public interface MappingUpdatePerformer
-
-
Method Summary
Modifier and Type Method Description void
updateMappings(Mapping update, ShardId shardId, java.lang.String type)
Update the mappings on the master.
-