Package org.elasticsearch.index.mapper
Class ObjectMapper.Nested
java.lang.Object
org.elasticsearch.index.mapper.ObjectMapper.Nested
- Enclosing class:
- ObjectMapper
public static class ObjectMapper.Nested
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static ObjectMapper.NestedNO -
Method Summary
Modifier and Type Method Description booleanisIncludeInParent()booleanisIncludeInRoot()booleanisNested()voidmerge(ObjectMapper.Nested mergeWith, MapperService.MergeReason reason)static ObjectMapper.NestednewNested()static ObjectMapper.NestednewNested(Explicit<java.lang.Boolean> includeInParent, Explicit<java.lang.Boolean> includeInRoot)voidsetIncludeInParent(boolean value)voidsetIncludeInRoot(boolean value)
-
Field Details
-
Method Details
-
newNested
-
newNested
public static ObjectMapper.Nested newNested(Explicit<java.lang.Boolean> includeInParent, Explicit<java.lang.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)
-