Package org.elasticsearch.index.mapper
Class ObjectMapper.Nested
java.lang.Object
org.elasticsearch.index.mapper.ObjectMapper.Nested
- Enclosing class:
- ObjectMapper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isNested()
void
merge(ObjectMapper.Nested mergeWith, MapperService.MergeReason reason)
static ObjectMapper.Nested
static ObjectMapper.Nested
void
setIncludeInParent(boolean value)
void
setIncludeInRoot(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)
-