Uses of Class
org.elasticsearch.index.mapper.MapperService.MergeReason
-
Packages that use MapperService.MergeReason Package Description org.elasticsearch.index.mapper -
-
Uses of MapperService.MergeReason in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return MapperService.MergeReason Modifier and Type Method Description static MapperService.MergeReasonMapperService.MergeReason. valueOf(String name)Returns the enum constant of this type with the specified name.static MapperService.MergeReason[]MapperService.MergeReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.mapper with parameters of type MapperService.MergeReason Modifier and Type Method Description DocumentMapperMapperService. merge(String type, CompressedXContent mappingSource, MapperService.MergeReason reason)voidMapperService. merge(Map<String,Map<String,Object>> mappings, MapperService.MergeReason reason)voidMapperService. merge(IndexMetaData indexMetaData, MapperService.MergeReason reason)
-