Package org.elasticsearch.index.mapper
Class ObjectMapper.Nested
java.lang.Object
org.elasticsearch.index.mapper.ObjectMapper.Nested
- Enclosing class:
- ObjectMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisNested()voidmerge(ObjectMapper.Nested mergeWith, MapperService.MergeReason reason)static ObjectMapper.Nestedstatic ObjectMapper.NestedvoidsetIncludeInParent(boolean value)voidsetIncludeInRoot(boolean value)
-
Field Details
-
NO
-
-
Method Details
-
newNested
-
newNested
public static ObjectMapper.Nested newNested(Explicit<Boolean> includeInParent, Explicit<Boolean> includeInRoot) -
merge
-
isNested
public boolean isNested() -
isIncludeInParent
public boolean isIncludeInParent() -
isIncludeInRoot
public boolean isIncludeInRoot() -
setIncludeInParent
public void setIncludeInParent(boolean value) -
setIncludeInRoot
public void setIncludeInRoot(boolean value)
-