Uses of Class
org.elasticsearch.cluster.metadata.MappingMetaData
-
-
Uses of MappingMetaData in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return types with arguments of type MappingMetaData Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. getMappings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetIndexResponse. mappings()Constructor parameters in org.elasticsearch.action.admin.indices.get with type arguments of type MappingMetaData Constructor Description GetIndexResponse(String[] indices, ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings, ImmutableOpenMap<String,List<AliasMetaData>> aliases, ImmutableOpenMap<String,Settings> settings, ImmutableOpenMap<String,Settings> defaultSettings) -
Uses of MappingMetaData in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return types with arguments of type MappingMetaData Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. getMappings()ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>GetMappingsResponse. mappings()Constructor parameters in org.elasticsearch.action.admin.indices.mapping.get with type arguments of type MappingMetaData Constructor Description GetMappingsResponse(ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings) -
Uses of MappingMetaData in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index with parameters of type MappingMetaData Modifier and Type Method Description voidIndexRequest. process(Version indexCreatedVersion, MappingMetaData mappingMd, String concreteIndex) -
Uses of MappingMetaData in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return MappingMetaData Modifier and Type Method Description MappingMetaDataIndexTemplateMetaData. mappings()Methods in org.elasticsearch.client.indices that return types with arguments of type MappingMetaData Modifier and Type Method Description Map<String,MappingMetaData>GetIndexResponse. getMappings()Map<String,MappingMetaData>GetMappingsResponse. mappings()Methods in org.elasticsearch.client.indices with parameters of type MappingMetaData Modifier and Type Method Description IndexTemplateMetaData.BuilderIndexTemplateMetaData.Builder. mapping(MappingMetaData mappings)Constructors in org.elasticsearch.client.indices with parameters of type MappingMetaData Constructor Description IndexTemplateMetaData(String name, int order, Integer version, List<String> patterns, Settings settings, MappingMetaData mappings, ImmutableOpenMap<String,AliasMetaData> aliases)Constructor parameters in org.elasticsearch.client.indices with type arguments of type MappingMetaData Constructor Description GetMappingsResponse(Map<String,MappingMetaData> mappings) -
Uses of MappingMetaData in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return MappingMetaData Modifier and Type Method Description MappingMetaDataIndexMetaData. defaultMapping()Get the default mapping.MappingMetaDataIndexMetaData.Builder. mapping(String type)MappingMetaDataIndexMetaData. mapping()Return the concrete mapping for this index ornullif this index has no mappings at all.MappingMetaDataIndexMetaData. mappingOrDefault()Sometimes, the default mapping exists and an actual mapping is not created yet (introduced), in this case, we want to return the default mapping in case it has some default mapping definitions.Methods in org.elasticsearch.cluster.metadata that return types with arguments of type MappingMetaData Modifier and Type Method Description ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>>MetaData. findMappings(String[] concreteIndices, String[] types, Function<String,Predicate<String>> fieldFilter)Finds all mappings for types and concrete indices.ImmutableOpenMap<String,MappingMetaData>IndexMetaData. getMappings()Deprecated.UseIndexMetaData.mapping()instead now that indices have a single typestatic Diff<MappingMetaData>MappingMetaData. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.metadata with parameters of type MappingMetaData Modifier and Type Method Description IndexMetaData.BuilderIndexMetaData.Builder. putMapping(MappingMetaData mappingMd) -
Uses of MappingMetaData in org.elasticsearch.index.shard
Method parameters in org.elasticsearch.index.shard with type arguments of type MappingMetaData Modifier and Type Method Description booleanIndexShard. recoverFromLocalShards(BiConsumer<String,MappingMetaData> mappingUpdateConsumer, List<IndexShard> localShards)voidIndexShard. startRecovery(RecoveryState recoveryState, PeerRecoveryTargetService recoveryTargetService, PeerRecoveryTargetService.RecoveryListener recoveryListener, RepositoriesService repositoriesService, BiConsumer<String,MappingMetaData> mappingUpdateConsumer, IndicesService indicesService)
-