Uses of Class
org.elasticsearch.index.mapper.Mapping
-
Packages that use Mapping Package Description org.elasticsearch.action.bulk org.elasticsearch.cluster.action.index org.elasticsearch.index.engine org.elasticsearch.index.mapper -
-
Uses of Mapping in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type Mapping Modifier and Type Method Description voidMappingUpdatePerformer. updateMappings(Mapping update, ShardId shardId, String type, ActionListener<Void> listener)Update the mappings on the master. -
Uses of Mapping in org.elasticsearch.cluster.action.index
Methods in org.elasticsearch.cluster.action.index with parameters of type Mapping Modifier and Type Method Description voidMappingUpdatedAction. updateMappingOnMaster(Index index, String type, Mapping mappingUpdate, ActionListener<Void> listener)Update mappings on the master node, waiting for the change to be committed, but not for the mapping update to be applied on all nodes. -
Uses of Mapping in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return Mapping Modifier and Type Method Description MappingEngine.Result. getRequiredMappingUpdate()If the operation was aborted due to missing mappings, this method will return the mappings that are required to complete the operation.Constructors in org.elasticsearch.index.engine with parameters of type Mapping Constructor Description DeleteResult(Mapping requiredMappingUpdate)IndexResult(Mapping requiredMappingUpdate)Result(Engine.Operation.TYPE operationType, Mapping requiredMappingUpdate) -
Uses of Mapping in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return Mapping Modifier and Type Method Description MappingParsedDocument. dynamicMappingsUpdate()Return dynamic updates to mappings ornullif there were no updates to the mappings.MappingDocumentMapperForType. getMapping()MappingDocumentMapper. mapping()MappingMapping. mappingUpdate(Mapper rootObjectMapper)Generate a mapping update for the given root object mapper.MappingMapping. merge(Mapping mergeWith)MappingMapping. updateFieldType(Map<String,MappedFieldType> fullNameToFieldType)Recursively update sub field types.Methods in org.elasticsearch.index.mapper with parameters of type Mapping Modifier and Type Method Description voidParsedDocument. addDynamicMappingsUpdate(Mapping update)DocumentMapperDocumentMapper. merge(Mapping mapping)MappingMapping. merge(Mapping mergeWith)Constructors in org.elasticsearch.index.mapper with parameters of type Mapping Constructor Description DocumentMapper(MapperService mapperService, Mapping mapping)DocumentMapperForType(DocumentMapper documentMapper, Mapping mapping)ParsedDocument(Field version, SeqNoFieldMapper.SequenceIDFields seqID, String id, String type, String routing, List<ParseContext.Document> documents, BytesReference source, XContentType xContentType, Mapping dynamicMappingsUpdate)
-