|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.index.mapper.object.ObjectMapper.Nested
public static class ObjectMapper.Nested
Field Summary | |
---|---|
static ObjectMapper.Nested |
NO
|
Method Summary | |
---|---|
boolean |
isIncludeInParent()
|
boolean |
isIncludeInRoot()
|
boolean |
isNested()
|
static ObjectMapper.Nested |
newNested(boolean includeInParent,
boolean includeInRoot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ObjectMapper.Nested NO
Method Detail |
---|
public static ObjectMapper.Nested newNested(boolean includeInParent, boolean includeInRoot)
public boolean isNested()
public boolean isIncludeInParent()
public boolean isIncludeInRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |