org.elasticsearch.index.mapper.object
Class ObjectMapper.Nested

java.lang.Object
  extended by org.elasticsearch.index.mapper.object.ObjectMapper.Nested
Enclosing class:
ObjectMapper

public static class ObjectMapper.Nested
extends Object


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

NO

public static final ObjectMapper.Nested NO
Method Detail

newNested

public static ObjectMapper.Nested newNested(boolean includeInParent,
                                            boolean includeInRoot)

isNested

public boolean isNested()

isIncludeInParent

public boolean isIncludeInParent()

isIncludeInRoot

public boolean isIncludeInRoot()


Copyright © 2009-2012. All Rights Reserved.