Package org.elasticsearch.index.mapper
Class RootObjectMapper
java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.ObjectMapper
org.elasticsearch.index.mapper.RootObjectMapper
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Iterable<Mapper>,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public class RootObjectMapper extends ObjectMapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRootObjectMapper.Builderstatic classRootObjectMapper.DefaultsNested classes/interfaces inherited from class org.elasticsearch.index.mapper.ObjectMapper
ObjectMapper.Dynamic, ObjectMapper.NestedNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.index.mapper.ObjectMapper
CONTENT_TYPE, NESTED_CONTENT_TYPEFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and Type Method Description protected ObjectMapperclone()protected voiddoMerge(ObjectMapper mergeWith, MapperService.MergeReason reason)protected voiddoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidfixRedundantIncludes()Removes redundant root includes inObjectMapper.Nestedtrees to avoid duplicate fields on the root mapper whenisIncludeInRootistruefor a node that is itself included into a parent node, for which eitherisIncludeInRootistrueor which is transitively included in root by a chain of nodes withisIncludeInParentreturningtrue.RootObjectMappermerge(Mapper mergeWith, MapperService.MergeReason reason)Methods inherited from class org.elasticsearch.index.mapper.ObjectMapper
dynamic, fullPath, getMapper, isEnabled, iterator, merge, name, nested, nestedTypeFilter, nestedTypePathAsString, putMapper, toXContent, typeName, validateMethods inherited from class org.elasticsearch.index.mapper.Mapper
simpleNameMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Method Details
-
fixRedundantIncludes
public void fixRedundantIncludes()Removes redundant root includes inObjectMapper.Nestedtrees to avoid duplicate fields on the root mapper whenisIncludeInRootistruefor a node that is itself included into a parent node, for which eitherisIncludeInRootistrueor which is transitively included in root by a chain of nodes withisIncludeInParentreturningtrue. -
clone
- Overrides:
clonein classObjectMapper
-
merge
- Overrides:
mergein classObjectMapper
-
doMerge
- Overrides:
doMergein classObjectMapper
-
doXContent
protected void doXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Overrides:
doXContentin classObjectMapper- Throws:
java.io.IOException
-