Uses of Class
org.elasticsearch.index.mapper.object.ObjectMapper.Dynamic

Packages that use ObjectMapper.Dynamic
org.elasticsearch.index.mapper.object   
 

Uses of ObjectMapper.Dynamic in org.elasticsearch.index.mapper.object
 

Fields in org.elasticsearch.index.mapper.object declared as ObjectMapper.Dynamic
protected  ObjectMapper.Dynamic ObjectMapper.Builder.dynamic
           
static ObjectMapper.Dynamic ObjectMapper.Defaults.DYNAMIC
           
 

Methods in org.elasticsearch.index.mapper.object that return ObjectMapper.Dynamic
 ObjectMapper.Dynamic ObjectMapper.dynamic()
           
static ObjectMapper.Dynamic ObjectMapper.Dynamic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectMapper.Dynamic[] ObjectMapper.Dynamic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.index.mapper.object with parameters of type ObjectMapper.Dynamic
protected  ObjectMapper RootObjectMapper.Builder.createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, ContentPath.Type pathType, Map<String,Mapper> mappers)
           
protected  ObjectMapper ObjectMapper.Builder.createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, ContentPath.Type pathType, Map<String,Mapper> mappers)
           
 T ObjectMapper.Builder.dynamic(ObjectMapper.Dynamic dynamic)
           
 



Copyright © 2009-2012. All Rights Reserved.