| Package | Description |
|---|---|
| org.elasticsearch.index.mapper | |
| org.elasticsearch.index.mapper.object |
| Modifier and Type | Method and Description |
|---|---|
RootObjectMapper |
Mapping.root()
Return the root object mapper.
|
RootObjectMapper |
DocumentMapper.root() |
abstract RootObjectMapper |
ParseContext.root() |
RootObjectMapper |
ParseContext.InternalParseContext.root() |
| Constructor and Description |
|---|
Mapping(Version indexCreated,
RootObjectMapper rootObjectMapper,
MetadataFieldMapper[] metadataMappers,
Mapping.SourceTransform[] sourceTransforms,
com.google.common.collect.ImmutableMap<String,Object> meta) |
| Modifier and Type | Method and Description |
|---|---|
RootObjectMapper |
RootObjectMapper.copyAndPutMapper(Mapper mapper)
Return a copy of this mapper that has the given
mapper as a
sub mapper. |
RootObjectMapper |
RootObjectMapper.merge(Mapper mergeWith,
boolean updateAllTypes) |
RootObjectMapper |
RootObjectMapper.updateFieldType(Map<String,MappedFieldType> fullNameToFieldType) |
Copyright © 2009–2017. All rights reserved.