java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.ObjectMapper
org.elasticsearch.index.mapper.RootObjectMapper
- All Implemented Interfaces:
Iterable<Mapper>,ToXContent,ToXContentFragment
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class org.elasticsearch.index.mapper.ObjectMapper
ObjectMapper.Dynamic, ObjectMapper.MergeResult, ObjectMapper.Subobjects, ObjectMapper.TypeParserNested classes/interfaces inherited from class org.elasticsearch.index.mapper.Mapper
Mapper.SourceKeepModeNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.ObjectMapper
CONTENT_TYPE, dynamic, enabled, mappers, sourceKeepMode, SUB_OBJECTS_AUTO_FEATURE_FLAG, subobjectsFields inherited from class org.elasticsearch.index.mapper.Mapper
SYNTHETIC_SOURCE_KEEP_FEATURE, SYNTHETIC_SOURCE_KEEP_INDEX_SETTING, SYNTHETIC_SOURCE_KEEP_PARAMFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionprotected MapperMergeContextcreateChildContext(MapperMergeContext mapperMergeContext, String name) booleanPublic APIprotected voiddoXContent(XContentBuilder builder, ToXContent.Params params) Public APIPublic APIintThe total number of fields as defined in the mapping.protected booleanisRoot()merge(Mapper mergeWith, MapperMergeContext parentMergeContext) Return the merge ofmergeWithinto this.newBuilder(IndexVersion indexVersionCreated) booleanPublic APIstatic RootObjectMapper.BuilderMethods inherited from class org.elasticsearch.index.mapper.ObjectMapper
dynamic, findParentMapper, fullPath, getMapper, isEnabled, isNested, iterator, serializeMappers, sourceKeepMode, subobjects, toXContent, typeName, validateMethods inherited from class org.elasticsearch.index.mapper.Mapper
freezeAndDeduplicateFieldType, internFieldName, leafName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
newBuilder
- Overrides:
newBuilderin classObjectMapper- Returns:
- a Builder that will produce an empty ObjectMapper with the same configuration as this one
-
dateDetection
public boolean dateDetection()Public API -
numericDetection
public boolean numericDetection()Public API -
dynamicDateTimeFormatters
Public API -
dynamicTemplates
Public API -
createChildContext
- Overrides:
createChildContextin classObjectMapper
-
merge
Description copied from class:MapperReturn the merge ofmergeWithinto this. BoththisandmergeWithwill be left unmodified.- Overrides:
mergein classObjectMapper
-
doXContent
- Overrides:
doXContentin classObjectMapper- Throws:
IOException
-
isRoot
protected boolean isRoot()- Overrides:
isRootin classObjectMapper
-
parse
public static RootObjectMapper.Builder parse(String name, Map<String, Object> node, MappingParserContext parserContext) throws MapperParsingException- Throws:
MapperParsingException
-
getTotalFieldsCount
public int getTotalFieldsCount()Description copied from class:MapperThe total number of fields as defined in the mapping. Defines how this mapper counts towardsMapperService.INDEX_MAPPING_TOTAL_FIELDS_LIMIT_SETTING.- Overrides:
getTotalFieldsCountin classObjectMapper
-